X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fstm32.h;h=b41b5c7602a2ecbe8bf0676050e52dc2be3d98e0;hb=946dee22e8981cf6df94faeeb691b31ff8917ce1;hp=60c209b34b52de196970860dc9ee35ab57e27c57;hpb=d8e686668bfa23a83f2fa692d6931b144d1a2b5b;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index 60c209b3..b41b5c76 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -45,9 +45,11 @@ #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)