diff options
author | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-20 16:05:49 +0000 |
---|---|---|
committer | Rocco Marco Guglielmi <roccomarco.guglielmi@live.com> | 2016-11-20 16:05:49 +0000 |
commit | f64807054ff4ace593c9abc507383bfaf0c7819d (patch) | |
tree | f83e42ea1ece628a836d93cfbe4a01ef490e37f9 /demos/STM32/RT-STM32L432KC-NUCLEO32 | |
parent | 29ad4508ef7acac4433f64e25fb84c374e47df16 (diff) | |
download | ChibiOS-f64807054ff4ace593c9abc507383bfaf0c7819d.tar.gz ChibiOS-f64807054ff4ace593c9abc507383bfaf0c7819d.tar.bz2 ChibiOS-f64807054ff4ace593c9abc507383bfaf0c7819d.zip |
Updated STM32L432 port.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9932 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/RT-STM32L432KC-NUCLEO32')
-rw-r--r-- | demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile b/demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile index 08925d42f..abac4c81d 100644 --- a/demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile +++ b/demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile @@ -91,7 +91,7 @@ CHIBIOS = ../../.. include $(CHIBIOS)/os/common/startup/ARMCMx/compilers/GCC/mk/startup_stm32l4xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform.mk
+include $(CHIBIOS)/os/hal/ports/STM32/STM32L4xx/platform_l432.mk
include $(CHIBIOS)/os/hal/boards/ST_NUCLEO32_L432KC/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).
|