mirror of
https://github.com/apache/nuttx.git
synced 2026-08-14 00:43:13 +00:00
Fix STM32 SPI3 remap logic
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5200 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
5d84ed802c
commit
b635777130
1 changed files with 1 additions and 0 deletions
|
|
@ -128,6 +128,7 @@ static inline void stm32_gpioremap(void)
|
|||
val |= AFIO_MAPR_SPI1_REMAP;
|
||||
#endif
|
||||
#ifdef CONFIG_STM32_SPI3_REMAP
|
||||
val |= AFIO_MAPR_SPI3_REMAP;
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_STM32_I2C1_REMAP
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue