summaryrefslogtreecommitdiff
path: root/example-led/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'example-led/Makefile')
-rw-r--r--example-led/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/example-led/Makefile b/example-led/Makefile
index 43c131a..89cbe21 100644
--- a/example-led/Makefile
+++ b/example-led/Makefile
@@ -12,9 +12,10 @@ CC = $(CROSS)gcc
LD = $(CROSS)gcc
OBJCOPY = $(CROSS)objcopy
-MCU = cortex-m3
+# MCU = cortex-m3
+MCU = cortex-m0
CWARN = -Wall -Wextra -Wstrict-prototypes
-DEFS = -DHAVE_SYS_H -DFREE_STANDING
+DEFS = -DHAVE_SYS_H -DFREE_STANDING -DMHZ=48
# DEFS = -DFREE_STANDING -DHAVE_SYS_H -DBUSY_LOOP -DCHX_FLAGS_MAIN=CHOPSTX_SCHED_RR
OPT = -O3 -Os -g
LIBS =