Skip to content

Commit 58de8b8

Browse files
authored
Update lv_fs_arduino_esp_fs.h Error on define
1 parent 7f9a562 commit 58de8b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/fsdrv/lv_fs_arduino_esp_fs.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
// If defined one of FS_ARDUINO_ESP_ file system
12-
#define LV_USE_FS_ARDUINO_ESP_FS (((LV_USE_FS_ARDUINO_ESP_FFAT != 0) + (LV_USE_FS_ARDUINO_ESP_LITTLEFS != 0) + (LV_USE_FS_ARDUINO_SD != 0) == 1))
12+
#define LV_USE_FS_ARDUINO_ESP_FS ((LV_USE_FS_ARDUINO_ESP_FFAT != 0) || (LV_USE_FS_ARDUINO_ESP_LITTLEFS != 0) || (LV_USE_FS_ARDUINO_SD != 0))
1313

1414
#if LV_USE_FS_ARDUINO_ESP_FS
1515

0 commit comments

Comments
 (0)