general gpio for stm32 modified to include f3
This commit is contained in:
committed by
Piotr Esden-Tempski
parent
0ca18eb09f
commit
d250e8e269
@@ -21,6 +21,8 @@
|
||||
# include <libopencm3/stm32/f1/gpio.h>
|
||||
#elif defined(STM32F2)
|
||||
# include <libopencm3/stm32/f2/gpio.h>
|
||||
#elif defined(STM32F3)
|
||||
# include <libopencm3/stm32/f3/gpio.h>
|
||||
#elif defined(STM32F4)
|
||||
# include <libopencm3/stm32/f4/gpio.h>
|
||||
#elif defined(STM32L1)
|
||||
|
||||
Reference in New Issue
Block a user