aboutsummaryrefslogtreecommitdiffstats
path: root/demos/KINETIS/RT-FREEDOM-K20D50M/Makefile
diff options
context:
space:
mode:
authorutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:43:07 +0000
committerutzig <utzig@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-08-07 15:43:07 +0000
commit12927f39337a434165cc7b68684472393094814e (patch)
treee866e77ee40fc42275d8a3cd86d65fddbb640138 /demos/KINETIS/RT-FREEDOM-K20D50M/Makefile
parenta41f866476e77d7a1e4ac1fe1c5db013995cc5e6 (diff)
downloadChibiOS-12927f39337a434165cc7b68684472393094814e.tar.gz
ChibiOS-12927f39337a434165cc7b68684472393094814e.tar.bz2
ChibiOS-12927f39337a434165cc7b68684472393094814e.zip
[KINETIS] Fix cpu type
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7161 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/KINETIS/RT-FREEDOM-K20D50M/Makefile')
-rw-r--r--demos/KINETIS/RT-FREEDOM-K20D50M/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/KINETIS/RT-FREEDOM-K20D50M/Makefile b/demos/KINETIS/RT-FREEDOM-K20D50M/Makefile
index 9780ea7a1..d01a5e013 100644
--- a/demos/KINETIS/RT-FREEDOM-K20D50M/Makefile
+++ b/demos/KINETIS/RT-FREEDOM-K20D50M/Makefile
@@ -138,7 +138,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
-MCU = cortex-m0
+MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-