X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fstm32.h;h=b41b5c7602a2ecbe8bf0676050e52dc2be3d98e0;hb=11f14621bcd59a2de4564b0e9804b15acd11ea75;hp=24ceb86d7b53f05ced7f9b5b047010fac7376e0d;hpb=d353d39ead9f9f0c4de25537f82fbefea11aef15;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index 24ceb86d..b41b5c76 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -49,6 +49,7 @@ #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)