diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 07:52:14 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-05-26 07:52:14 +0000 |
commit | da16bc2472d4ba0a18ad075746202d72b930de53 (patch) | |
tree | 4ce1b57a0f383de402e8ca35534d4221670cca27 | |
parent | 6463abed02dc11e38816b53a5495be80a9f121c6 (diff) | |
download | ChibiOS-da16bc2472d4ba0a18ad075746202d72b930de53.tar.gz ChibiOS-da16bc2472d4ba0a18ad075746202d72b930de53.tar.bz2 ChibiOS-da16bc2472d4ba0a18ad075746202d72b930de53.zip |
Fixed bug #948.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12048 110e8d01-0319-4d1e-a829-52ad28d1bb01
-rw-r--r-- | os/hal/ports/STM32/STM32L4xx/platform_l432.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/ports/STM32/STM32L4xx/platform_l432.mk b/os/hal/ports/STM32/STM32L4xx/platform_l432.mk index 3f838c7c1..3daf14f89 100644 --- a/os/hal/ports/STM32/STM32L4xx/platform_l432.mk +++ b/os/hal/ports/STM32/STM32L4xx/platform_l432.mk @@ -25,7 +25,7 @@ include $(CHIBIOS)/os/hal/ports/STM32/LLD/ADCv3/driver.mk include $(CHIBIOS)/os/hal/ports/STM32/LLD/CANv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/DACv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/DMAv1/driver.mk
-include $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv2/driver.mk
+include $(CHIBIOS)/os/hal/ports/STM32/LLD/GPIOv3/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/I2Cv2/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/QUADSPIv1/driver.mk
include $(CHIBIOS)/os/hal/ports/STM32/LLD/RTCv2/driver.mk
|