aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/STM32F3xx/EEProm/Makefile
diff options
context:
space:
mode:
authorFabien Poussin <fabien.poussin@gmail.com>2016-02-16 00:51:22 +0100
committerFabien Poussin <fabien.poussin@gmail.com>2016-02-16 00:51:22 +0100
commit499335cd61ae6daadf828b2ab2b3f8b40c0f7c03 (patch)
treeb28eca08d33790baed20fa9c5f3c21fc1ba32356 /testhal/STM32/STM32F3xx/EEProm/Makefile
parent9028916e8b89dcf9f8b41cefbd075efdf80cbac6 (diff)
downloadChibiOS-Contrib-499335cd61ae6daadf828b2ab2b3f8b40c0f7c03.tar.gz
ChibiOS-Contrib-499335cd61ae6daadf828b2ab2b3f8b40c0f7c03.tar.bz2
ChibiOS-Contrib-499335cd61ae6daadf828b2ab2b3f8b40c0f7c03.zip
TIMCAP: Initial commit
Diffstat (limited to 'testhal/STM32/STM32F3xx/EEProm/Makefile')
-rw-r--r--testhal/STM32/STM32F3xx/EEProm/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/STM32F3xx/EEProm/Makefile b/testhal/STM32/STM32F3xx/EEProm/Makefile
index 25030d8..198f0d1 100644
--- a/testhal/STM32/STM32F3xx/EEProm/Makefile
+++ b/testhal/STM32/STM32F3xx/EEProm/Makefile
@@ -92,7 +92,7 @@ CHIBIOS_CONTRIB = $(CHIBIOS)/../ChibiOS-Contrib
include $(CHIBIOS)/os/common/ports/ARMCMx/compilers/GCC/mk/startup_stm32f3xx.mk
# HAL-OSAL files (optional).
include $(CHIBIOS_CONTRIB)/os/hal/hal.mk
-include $(CHIBIOS)/os/hal/ports/STM32/STM32F3xx/platform.mk
+include $(CHIBIOS_CONTRIB)/os/hal/ports/STM32/STM32F3xx/platform.mk
include $(CHIBIOS)/os/hal/boards/ST_STM32F3_DISCOVERY/board.mk
include $(CHIBIOS)/os/hal/osal/rt/osal.mk
# RTOS files (optional).