aboutsummaryrefslogtreecommitdiff
path: root/example-led
diff options
context:
space:
mode:
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
###################################