diff options
Diffstat (limited to 'testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile')
-rw-r--r-- | testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile index 7e0b16f..6fd3c08 100644 --- a/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile +++ b/testhal/KINETIS/FRDM-KL25Z/USB_SERIAL/Makefile @@ -155,7 +155,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings
#
-MCU = cortex-m0
+MCU = cortex-m0plus
#TRGT = arm-elf-
TRGT = arm-none-eabi-
|