aboutsummaryrefslogtreecommitdiffstats
path: root/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile')
-rw-r--r--demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
index a64a649ca..8a49a9e46 100644
--- a/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
+++ b/demos/STM32/RT-STM32F746ZG-NUCLEO144/Makefile
@@ -86,7 +86,7 @@ endif
PROJECT = ch
# Target settings.
-MCU = cortex-m4
+MCU = cortex-m7
# Imported source files and paths.
CHIBIOS := ../../..