Need to define STM32_HAVE_FSMC as 0

Forgot to include that.
This commit is contained in:
victorpv 2018-04-05 22:04:28 -05:00 committed by GitHub
parent 21bdc4ad13
commit ef2f5b53d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -187,6 +187,8 @@ extern "C" {
# define STM32_TIMER_MASK 0x1FE /* TIMER1--TIMER8 */
# if STM32_NR_GPIO_PORTS > 4
# define STM32_HAVE_FSMC 1
# else
# define STM32_HAVE_FSMC 0
# endif
# define STM32_HAVE_DAC 1
# elif defined(STM32_XL_DENSITY)
@ -194,6 +196,8 @@ extern "C" {
# define STM32_TIMER_MASK 0x7FFE /* TIMER1--TIMER14 */
# if STM32_NR_GPIO_PORTS > 4
# define STM32_HAVE_FSMC 1
# else
# define STM32_HAVE_FSMC 0
# endif
# define STM32_HAVE_DAC 1
# endif