fix: warn user about deprecated LV_DEFAULT_DRIVE_LETTER (#7620)
Co-authored-by: Liam <30486941+liamHowatt@users.noreply.github.com>
This commit is contained in:
@@ -88,11 +88,6 @@ fout.write(
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Renamed config backwards-compatibility */
|
||||
#if !defined(LV_FS_DEFAULT_DRIVER_LETTER) && defined(LV_FS_DEFAULT_DRIVE_LETTER)
|
||||
#define LV_FS_DEFAULT_DRIVER_LETTER LV_FS_DEFAULT_DRIVE_LETTER
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_LV_COLOR_DEPTH
|
||||
#define LV_KCONFIG_PRESENT
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user