Tentative fix for STM32F070x6 GPIOD.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@12233 110e8d01-0319-4d1e-a829-52ad28d1bb01
This commit is contained in:
parent
08d066b618
commit
8c4b0791ea
|
@ -1328,7 +1328,11 @@
|
|||
#define STM32_HAS_GPIOA TRUE
|
||||
#define STM32_HAS_GPIOB TRUE
|
||||
#define STM32_HAS_GPIOC TRUE
|
||||
#if defined(STM32F070x6)
|
||||
#define STM32_HAS_GPIOD FALSE
|
||||
#else
|
||||
#define STM32_HAS_GPIOD TRUE
|
||||
#endif
|
||||
#define STM32_HAS_GPIOE FALSE
|
||||
#define STM32_HAS_GPIOF TRUE
|
||||
#define STM32_HAS_GPIOG FALSE
|
||||
|
|
Loading…
Reference in New Issue