Skip to content

Commit 2cd2948

Browse files
author
Carlos Diaz
committed
Fix CFLAGS syntax
1 parent 2d0ecda commit 2cd2948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main/component.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
#
44
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)
55

6-
CFLAGS+= -DLV_CONF_INCLUDE_SIMPLE
7-
CFLAGS+= -DLV_LVGL_H_INCLUDE_SIMPLE
6+
CFLAGS += -DLV_CONF_INCLUDE_SIMPLE
7+
CFLAGS += -DLV_LVGL_H_INCLUDE_SIMPLE

0 commit comments

Comments
 (0)