Skip to content

Commit

Permalink
Merge pull request #3 from iggysha/bugfix/LV_BUILD_TEST_warnings
Browse files Browse the repository at this point in the history
fix LV_BUILD_TEST compilation warnings
  • Loading branch information
microwavesafe authored Jun 15, 2021
2 parents 43d10da + b030974 commit 42485bd
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 42485bd

Please sign in to comment.