use configured SYS_TIME_LED for fixedwings

This commit is contained in:
Felix Ruess
2012-01-06 19:12:11 +01:00
parent 781e7cc683
commit 2cd0a8666a
@@ -120,7 +120,7 @@ ns_srcs += $(SRC_FIRMWARE)/main.c
#
ns_CFLAGS += -DUSE_LED
ifneq ($(SYS_TIME_LED),none)
ns_CFLAGS += -DSYS_TIME_LED=1
ns_CFLAGS += -DSYS_TIME_LED=$(SYS_TIME_LED)
endif
#