From aac756c8d0af190fab3598b6017c78a07df8cced Mon Sep 17 00:00:00 2001 From: Giovanni Di Sirio Date: Sun, 7 Jul 2019 11:58:08 +0000 Subject: Fixed bug #1036. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_19.1.x@12878 27425a3e-05d8-49a3-a47f-9c15f0e5edd8 --- demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32/RT-STM32F767ZI-NUCLEO144') diff --git a/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile b/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile index d5788905e..64225f9f3 100644 --- a/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile +++ b/demos/STM32/RT-STM32F767ZI-NUCLEO144/Makefile @@ -86,7 +86,7 @@ endif PROJECT = ch # Target settings. -MCU = cortex-m4 +MCU = cortex-m7 # Imported source files and paths. CHIBIOS := ../../.. -- cgit v1.2.3