diff options
author | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-02 19:39:47 -0400 |
---|---|---|
committer | Marti Bolivar <mbolivar@leaflabs.com> | 2012-06-02 19:39:47 -0400 |
commit | 33b972e7e214e291bd62f83a0621fb87c267a9de (patch) | |
tree | ffc3548330837b38c7d38ad0883ef812a72a3bfb /libmaple | |
parent | 66876d1883055bccae9ae5e73fb3c5d29cb2b453 (diff) | |
download | librambutan-33b972e7e214e291bd62f83a0621fb87c267a9de.tar.gz librambutan-33b972e7e214e291bd62f83a0621fb87c267a9de.zip |
Oops; don't break the build on F1.
That was dumb.
Signed-off-by: Marti Bolivar <mbolivar@leaflabs.com>
Diffstat (limited to 'libmaple')
-rw-r--r-- | libmaple/stm32f1/include/series/stm32.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libmaple/stm32f1/include/series/stm32.h b/libmaple/stm32f1/include/series/stm32.h index 59205c3..23c0591 100644 --- a/libmaple/stm32f1/include/series/stm32.h +++ b/libmaple/stm32f1/include/series/stm32.h @@ -119,7 +119,6 @@ extern "C" { # define STM32_NR_INTERRUPTS 60 # define STM32_TIMER_MASK 0x1FE /* TIMER1--TIMER8 */ # define STM32_HAVE_FSMC 1 -# endif # elif defined(STM32_XL_DENSITY) # define STM32_NR_INTERRUPTS 60 # define STM32_TIMER_MASK 0x7FFE /* TIMER1--TIMER14 */ |