From f64807054ff4ace593c9abc507383bfaf0c7819d Mon Sep 17 00:00:00 2001 From: Rocco Marco Guglielmi Date: Sun, 20 Nov 2016 16:05:49 +0000 Subject: Updated STM32L432 port. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9932 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/STM32/RT-STM32L432KC-NUCLEO32/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'demos/STM32') 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). -- cgit v1.2.3