diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-03-26 17:04:06 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-04-11 16:56:55 -0400 |
commit | c997dcd4f4d4c1a2cba55dc4bb5998e3ec3e03da (patch) | |
tree | 7f8ad1a28239eacc2b9787ee02c33ebd5db4e7ca /libmaple/include | |
parent | eee763308a497105a1aa1aefd3c4b3124e8362b3 (diff) | |
download | librambutan-c997dcd4f4d4c1a2cba55dc4bb5998e3ec3e03da.tar.gz librambutan-c997dcd4f4d4c1a2cba55dc4bb5998e3ec3e03da.zip |
stm32.h: Add STM32_HAVE_FSMC.
This is a feature test macro for the flexible static memory
controller (FSMC) peripheral.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple/include')
-rw-r--r-- | libmaple/include/libmaple/stm32.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libmaple/include/libmaple/stm32.h b/libmaple/include/libmaple/stm32.h index 3f86faa..d6f3304 100644 --- a/libmaple/include/libmaple/stm32.h +++ b/libmaple/include/libmaple/stm32.h @@ -55,6 +55,9 @@ extern "C" { * * - Everything enclosed in the following __DOXYGEN_PREDEFINED_HACK * conditional block. + * + * - STM32_HAVE_FSMC: 1 if the MCU has the FSMC peripheral, and 0 + * otherwise. */ #include <series/stm32.h> |