ci(conf): enable FS cache for unit tests

This commit is contained in:
Gabor Kiss-Vamosi
2023-02-14 09:01:03 +01:00
parent aeb71265da
commit 56e26f8d4e

View File

@@ -57,6 +57,7 @@
#define LV_USE_FS_STDIO 1
#define LV_FS_STDIO_LETTER 'A'
#define LV_FS_STDIO_CACHE_SIZE 512
#define LV_USE_FS_POSIX 1
#define LV_FS_POSIX_LETTER 'B'