Fix storage root path with LV_USE_FS_IF

This commit is contained in:
Kuba Szczodrzyński 2024-02-06 19:52:39 +01:00
parent 246f5e3ac2
commit a2d97204f8
No known key found for this signature in database
GPG Key ID: 43037AC62A600562

View File

@ -227,7 +227,9 @@ typedef void* lv_fs_drv_user_data_t;
//# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash //# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash
#endif #endif
#endif /*LV_USE_FS_IF*/ #endif /*LV_USE_FS_IF*/
#if !(defined(WINDOWS) || defined(POSIX))
#define LV_FS_PC_PATH "/littlefs" #define LV_FS_PC_PATH "/littlefs"
#endif
#endif #endif