From 1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 Mon Sep 17 00:00:00 2001 From: flabbergast Date: Thu, 14 Apr 2016 19:37:48 +0100 Subject: [KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus. --- testhal/KINETIS/KL27Z/BLINK/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testhal/KINETIS/KL27Z/BLINK/Makefile') diff --git a/testhal/KINETIS/KL27Z/BLINK/Makefile b/testhal/KINETIS/KL27Z/BLINK/Makefile index 4f0d62a..5a1ca31 100644 --- a/testhal/KINETIS/KL27Z/BLINK/Makefile +++ b/testhal/KINETIS/KL27Z/BLINK/Makefile @@ -148,7 +148,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings # -MCU = cortex-m0 +MCU = cortex-m0plus #TRGT = arm-elf- TRGT = arm-none-eabi- -- cgit v1.2.3