aboutsummaryrefslogtreecommitdiff
path: root/example-led
diff options
context:
space:
mode:
authorNIIBE Yutaka <gniibe@fsij.org>2016-06-02 11:01:11 +0900
committerNIIBE Yutaka <gniibe@fsij.org>2016-06-02 11:01:11 +0900
commit78718e57df6f55c0670cdb6b70337204dd045dba (patch)
tree1e7a70e70931a0fdf65b04dd447e473c5e846bc7 /example-led
parenta756987d2ae2a029bfe5c8cf00a9853379fbcb91 (diff)
Move files
Diffstat (limited to 'example-led')
-rw-r--r--example-led/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-led/Makefile b/example-led/Makefile
index b490fb1..d7d978c 100644
--- a/example-led/Makefile
+++ b/example-led/Makefile
@@ -10,7 +10,7 @@ LDSCRIPT= sample.ld
### LDSCRIPT= sample.ld.m3
CSRC = sample.c
-CHIP=stm32f030
+CHIP=stm32f0
USE_SYS = yes
###################################