diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 15:24:24 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2017-02-07 15:24:24 +0000 |
commit | d0eb0688586df3da5580688c7079cb6577a6496e (patch) | |
tree | 1196093491ee9a2121a15fa54eb959a8765c17d2 | |
parent | e3d87e924536a80ae78fe6868f34a4d4a8bc1ecc (diff) | |
download | ChibiOS-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
-rw-r--r-- | os/hal/ports/STM32/STM32L0xx/platform.mk | 2 |
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
|