diff --git a/include/lv_conf_v7.h b/include/lv_conf_v7.h index 0b094c3f..14ec75fa 100644 --- a/include/lv_conf_v7.h +++ b/include/lv_conf_v7.h @@ -227,7 +227,9 @@ typedef void* lv_fs_drv_user_data_t; //# define LV_FS_IF_SPIFFS '\0' // no internal esp Flash #endif #endif /*LV_USE_FS_IF*/ +#if !(defined(WINDOWS) || defined(POSIX)) #define LV_FS_PC_PATH "/littlefs" +#endif #endif