diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-17 08:20:44 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2018-09-17 08:20:44 +0000 |
commit | 6690b94df39c3d083702d190985f6b91dca52694 (patch) | |
tree | d23e0c8a8f7d7aa4ed0b85714f1b86f496b33400 /testhal/STM32/multi/SPI | |
parent | 56072db27c590b38d7f2ba1b5b322c871bba7262 (diff) | |
download | ChibiOS-6690b94df39c3d083702d190985f6b91dca52694.tar.gz ChibiOS-6690b94df39c3d083702d190985f6b91dca52694.tar.bz2 ChibiOS-6690b94df39c3d083702d190985f6b91dca52694.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12269 110e8d01-0319-4d1e-a829-52ad28d1bb01
Diffstat (limited to 'testhal/STM32/multi/SPI')
-rw-r--r-- | testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h index 9b88fd665..759132c05 100644 --- a/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h +++ b/testhal/STM32/multi/SPI/cfg/stm32l4r5_nucleo144/mcuconf.h @@ -91,7 +91,6 @@ #define STM32_I2C1SEL STM32_I2C1SEL_SYSCLK
#define STM32_I2C2SEL STM32_I2C2SEL_SYSCLK
#define STM32_I2C3SEL STM32_I2C3SEL_SYSCLK
-#define STM32_I2C4SEL STM32_I2C4SEL_SYSCLK
#define STM32_LPTIM1SEL STM32_LPTIM1SEL_PCLK1
#define STM32_LPTIM2SEL STM32_LPTIM2SEL_PCLK1
#define STM32_CLK48SEL STM32_CLK48SEL_PLL
|