[KINETIS] Fix cpu type

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7161 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2014-08-07 15:43:07 +00:00
parent a41f866476
commit 12927f3933
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
# Compiler settings
#
MCU = cortex-m0
MCU = cortex-m4
#TRGT = arm-elf-
TRGT = arm-none-eabi-