aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal
diff options
context:
space:
mode:
authorGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 15:24:24 +0000
committerGiovanni Di Sirio <gdisirio@gmail.com>2017-02-07 15:24:24 +0000
commitd0eb0688586df3da5580688c7079cb6577a6496e (patch)
tree1196093491ee9a2121a15fa54eb959a8765c17d2 /os/hal
parente3d87e924536a80ae78fe6868f34a4d4a8bc1ecc (diff)
downloadChibiOS-d0eb0688586df3da5580688c7079cb6577a6496e.tar.gz
ChibiOS-d0eb0688586df3da5580688c7079cb6577a6496e.tar.bz2
ChibiOS-d0eb0688586df3da5580688c7079cb6577a6496e.zip
Fixed SPI inclusion.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@10098 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal')
-rw-r--r--os/hal/ports/STM32/STM32L0xx/platform.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L0xx/platform.mk b/os/hal/ports/STM32/STM32L0xx/platform.mk
index 78f896924..978aae073 100644
--- a/os/hal/ports/STM32/STM32L0xx/platform.mk
+++ b/os/hal/ports/STM32/STM32L0xx/platform.mk
@@ -26,7 +26,7 @@ include $(CHIBIOS)/os/hal/ports/STM32/LLD/EXTIv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2/driver.mk
-include $(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv2/driver.mk
+include $(CHIBIOS)/os/hal/ports/STM32/LLD/SPIv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/TIMv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/USARTv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/USBv1/driver.mk