Fix comment. Reformat.
[bertos.git] / bertos / cpu / cortex-m3 / io / stm32.h
index 60c209b34b52de196970860dc9ee35ab57e27c57..b41b5c7602a2ecbe8bf0676050e52dc2be3d98e0 100644 (file)
 
 #include "stm32_nvic.h"
 #include "stm32_ints.h"
+#include "stm32_gpio.h"
 #include "stm32_uart.h"
 #include "stm32_adc.h"
 #include "stm32_i2c.h"
+#include "stm32_flash.h"
 
 #define GPIO_USART1_TX_PIN     BV(9)
 #define GPIO_USART1_RX_PIN     BV(10)