Fix for linux build

This commit is contained in:
fvanroie 2024-04-04 01:04:05 +02:00
parent 5487edb3fe
commit 11e48603b6

View File

@ -64,9 +64,11 @@
#include "lv_sjpg.h"
#endif
#if HASP_TARGET_ARDUINO
#if HASP_USE_QRCODE > 0
#include "lv_qrcode.h"
#endif
#endif
#if defined(HASP_USE_CUSTOM)
#include "custom/my_custom.h"