Merge pull request #3 from iggysha/bugfix/LV_BUILD_TEST_warnings

fix LV_BUILD_TEST compilation warnings
This commit is contained in:
microwavesafe 2021-06-15 10:50:05 +01:00 committed by GitHub
commit 42485bdbc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ WARNINGS := -Wall -Wextra \
CFLAGS := -O0 -g $(WARNINGS)
# Add simulator define to allow modification of source
DEFINES := -D SIMULATOR=1
DEFINES := -D SIMULATOR=1 -D LV_BUILD_TEST=0
# Include simulator inc folder first so lv_conf.h from custom UI can be used instead
INC := -I./ui/simulator/inc/ -I./ -I./lvgl/