From b030974480da6b9bf7eb8813bd29f7e550dc92d7 Mon Sep 17 00:00:00 2001 From: Igor Janjatovic Date: Sun, 13 Jun 2021 12:15:35 +0200 Subject: [PATCH] fix LV_BUILD_TEST compilation warnings --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 61f76f8..7477468 100644 --- a/Makefile +++ b/Makefile @@ -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/