diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 14:57:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-12-03 14:57:59 +0000 |
commit | 01a0b816aa53d54cff883fe4147edaee63ebc040 (patch) | |
tree | 3b9f24e3146f21fa21b402aca54a662d57aa8e5e /os | |
parent | 12ac530cd9d25dae33fac9afb62d73238bd7ad1d (diff) | |
download | ChibiOS-01a0b816aa53d54cff883fe4147edaee63ebc040.tar.gz ChibiOS-01a0b816aa53d54cff883fe4147edaee63ebc040.tar.bz2 ChibiOS-01a0b816aa53d54cff883fe4147edaee63ebc040.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6533 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os')
-rw-r--r-- | os/hal/platforms/STM32F4xx/hal_lld.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/os/hal/platforms/STM32F4xx/hal_lld.h b/os/hal/platforms/STM32F4xx/hal_lld.h index 2a8e076eb..c26d21f57 100644 --- a/os/hal/platforms/STM32F4xx/hal_lld.h +++ b/os/hal/platforms/STM32F4xx/hal_lld.h @@ -420,6 +420,10 @@ #define STM32_HAS_GPIOF TRUE
#define STM32_HAS_GPIOG TRUE
#define STM32_HAS_GPIOI TRUE
+#else
+#define STM32_HAS_GPIOF FALSE
+#define STM32_HAS_GPIOG FALSE
+#define STM32_HAS_GPIOI FALSE
#endif
/* I2C attributes.*/
|