Skip to content

Commit

Permalink
fix LV_BUILD_TEST compilation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
iggysha committed Jun 13, 2021
1 parent 43d10da commit b030974
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit b030974

Please sign in to comment.