summaryrefslogtreecommitdiff
path: root/software
diff options
context:
space:
mode:
Diffstat (limited to 'software')
-rw-r--r--software/led_fade/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/led_fade/Makefile b/software/led_fade/Makefile
index c42049b..bbdba66 100644
--- a/software/led_fade/Makefile
+++ b/software/led_fade/Makefile
@@ -1,6 +1,6 @@
TARGET = led_fade
C_SRCS += led_fade.c
-CFLAGS += -O2 -fno-builtin-printf
+CFLAGS += -O2 -fno-builtin-printf -DNO_INIT
BSP_BASE = ../../bsp
include $(BSP_BASE)/env/common.mk