aboutsummaryrefslogtreecommitdiff
path: root/example-led/Makefile
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-06-05 17:39:23 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-06-05 17:39:23 +0900
commit4c151b5af366b82a8c532d3b864873e96ea23520 (patch)
treebcedf0d7cb5d59f766621ba8eea59e3eb864ebb0 /example-led/Makefile
parent2fea34dd1c2224dad55b83700b944aa26c6cf9fc (diff)
fix sample
Diffstat (limited to 'example-led/Makefile')
-rw-r--r--example-led/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/example-led/Makefile b/example-led/Makefile
index f06a274..2befa17 100644
--- a/example-led/Makefile
+++ b/example-led/Makefile
@@ -14,8 +14,8 @@ OBJCOPY = $(CROSS)objcopy
MCU = cortex-m3
CWARN = -Wall -Wextra -Wstrict-prototypes
-# DEFS = -DFREE_STANDING
-DEFS = -DFREE_STANDING -DBUSY_LOOP -DCHX_FLAGS_MAIN=CHOPSTX_SCHED_RR
+DEFS = -DFREE_STANDING
+# DEFS = -DFREE_STANDING -DBUSY_LOOP -DCHX_FLAGS_MAIN=CHOPSTX_SCHED_RR
OPT = -O3 -Os -g
LIBS =