Fix typo in WL for definition of STM32_SPI2SEL

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@14605 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
cinsights 2021-07-17 07:10:22 +00:00
parent 7474921bb2
commit 28f8e86779
1 changed files with 1 additions and 1 deletions

View File

@ -688,7 +688,7 @@
* @brief SPI2S2SEL value (SPI2S2s clock source).
*/
#if !defined(STM32_SPI2S2SEL) || defined(__DOXYGEN__)
#define STM32_SPI2S2SEL STM32_SPI2S2SEL_I2SCKIN
#define STM32_SPI2S2SEL STM32_SPI2S2SEL_CKIN
#endif
/**