[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:
parent
a41f866476
commit
12927f3933
|
@ -138,7 +138,7 @@ INCDIR = $(PORTINC) $(KERNINC) $(TESTINC) \
|
|||
# Compiler settings
|
||||
#
|
||||
|
||||
MCU = cortex-m0
|
||||
MCU = cortex-m4
|
||||
|
||||
#TRGT = arm-elf-
|
||||
TRGT = arm-none-eabi-
|
||||
|
|
Loading…
Reference in New Issue