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:
Giovanni Di Sirio 2018-08-26 13:14:13 +00:00
parent 08d066b618
commit 8c4b0791ea
1 changed files with 4 additions and 0 deletions

View File

@ -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