diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-30 15:54:51 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-11-30 15:54:51 +0000 |
commit | d8d7e21bff8ec9751e679c46e0c6bfd7ffd509f4 (patch) | |
tree | 94ccb8b9eba2f50c27813904abede0f9dc16c38c /demos/STM32/RT-STM32F031K6-NUCLEO32 | |
parent | 2c625c6cfaa6d719c0dabe41c33e430ebf91f7a8 (diff) | |
download | ChibiOS-d8d7e21bff8ec9751e679c46e0c6bfd7ffd509f4.tar.gz ChibiOS-d8d7e21bff8ec9751e679c46e0c6bfd7ffd509f4.tar.bz2 ChibiOS-d8d7e21bff8ec9751e679c46e0c6bfd7ffd509f4.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@8551 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32F031K6-NUCLEO32')
-rw-r--r-- | demos/STM32/RT-STM32F031K6-NUCLEO32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F031K6-NUCLEO32/Makefile b/demos/STM32/RT-STM32F031K6-NUCLEO32/Makefile index e94e97c2f..998bc5a90 100644 --- a/demos/STM32/RT-STM32F031K6-NUCLEO32/Makefile +++ b/demos/STM32/RT-STM32F031K6-NUCLEO32/Makefile @@ -154,7 +154,7 @@ INCDIR = $(STARTUPINC) $(KERNINC) $(PORTINC) $(OSALINC) \ # Compiler settings
#
-MCU = cortex-m4
+MCU = cortex-m0
#TRGT = arm-elf-
TRGT = arm-none-eabi-
|