mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-07-28 13:46:36 +00:00
Check if LV_USE_FS_IF is already defined
This commit is contained in:
parent
18eb8137e5
commit
66f05103a5
@ -211,7 +211,10 @@ typedef void* lv_group_user_data_t;
|
||||
typedef void* lv_fs_drv_user_data_t;
|
||||
|
||||
/*File system interface*/
|
||||
#ifndef LV_USE_FS_IF
|
||||
#define LV_USE_FS_IF !defined(STM32)
|
||||
#endif
|
||||
|
||||
#if LV_USE_FS_IF
|
||||
# define LV_FS_IF_FATFS '\0'
|
||||
#if defined(STM32F4xx) // || defined(ARDUINO_ARCH_ESP8266)
|
||||
|
Loading…
x
Reference in New Issue
Block a user