diff options
author | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-14 19:37:48 +0100 |
---|---|---|
committer | flabbergast <s3+flabbergast@sdfeu.org> | 2016-04-24 16:38:27 +0100 |
commit | 1737a7dfb279f7e541bf4fcc5544c154e1ee50b5 (patch) | |
tree | 147dbe61c9ac8332c25e51b5d85b294990d423ac /testhal/KINETIS/KL27Z/BLINK/Makefile | |
parent | a109d62f0ac2da3dbf6cf1ac28ae99ec30f0d6c1 (diff) | |
download | ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.gz ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.tar.bz2 ChibiOS-Contrib-1737a7dfb279f7e541bf4fcc5544c154e1ee50b5.zip |
[KINETIS] Update Makefiles: cortex-m0 to cortex-m0plus.
Diffstat (limited to 'testhal/KINETIS/KL27Z/BLINK/Makefile')
-rw-r--r-- | testhal/KINETIS/KL27Z/BLINK/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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- |