fix: fix build error when some widgets are disabled (#5290)

This commit is contained in:
Gabor Kiss-Vamosi
2024-01-12 03:44:06 +01:00
committed by GitHub
parent 8df95aaf4b
commit fe61f1fc94
4 changed files with 85 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
#include "../../lv_examples.h"
#if LV_USE_TABLE && LV_USE_FILE_EXPLORER && (LV_USE_FS_STDIO || LV_USE_FS_POSIX || LV_USE_FS_WIN32 || LV_USE_FS_FATFS) && LV_BUILD_EXAMPLES
#if LV_USE_TABLE && LV_USE_DROPDOWN && LV_USE_FILE_EXPLORER && (LV_USE_FS_STDIO || LV_USE_FS_POSIX || LV_USE_FS_WIN32 || LV_USE_FS_FATFS) && LV_BUILD_EXAMPLES
#include <stdlib.h>
#include <string.h>