git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6533 35acf78f-673a-0410-8e92-d51de3d6d3f4

This commit is contained in:
gdisirio 2013-12-03 14:57:59 +00:00
parent 12ac530cd9
commit 01a0b816aa
1 changed files with 4 additions and 0 deletions

View File

@ -420,6 +420,10 @@
#define STM32_HAS_GPIOF TRUE #define STM32_HAS_GPIOF TRUE
#define STM32_HAS_GPIOG TRUE #define STM32_HAS_GPIOG TRUE
#define STM32_HAS_GPIOI TRUE #define STM32_HAS_GPIOI TRUE
#else
#define STM32_HAS_GPIOF FALSE
#define STM32_HAS_GPIOG FALSE
#define STM32_HAS_GPIOI FALSE
#endif #endif
/* I2C attributes.*/ /* I2C attributes.*/