aboutsummaryrefslogtreecommitdiff
path: root/example-led/Makefile
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2013-06-05 17:26:38 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2013-06-05 17:26:38 +0900
commit2fea34dd1c2224dad55b83700b944aa26c6cf9fc (patch)
treeb28adc353567892fd6d775e0ce1cb68ec50638d5 /example-led/Makefile
parent0ae3b2681fd3428baffc06cefadc40a90dcd5da4 (diff)
bug fixes for SCHED_RR
Diffstat (limited to 'example-led/Makefile')
-rw-r--r--example-led/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/example-led/Makefile b/example-led/Makefile
index 085d42b..f06a274 100644
--- a/example-led/Makefile
+++ b/example-led/Makefile
@@ -14,7 +14,8 @@ OBJCOPY = $(CROSS)objcopy
MCU = cortex-m3
CWARN = -Wall -Wextra -Wstrict-prototypes
-DEFS = -DFREE_STANDING
+# DEFS = -DFREE_STANDING
+DEFS = -DFREE_STANDING -DBUSY_LOOP -DCHX_FLAGS_MAIN=CHOPSTX_SCHED_RR
OPT = -O3 -Os -g
LIBS =