X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fio%2Fstm32.h;h=22cb76828f20b93b7b77b2b4517709e0bda3ec32;hb=473261f6c19ae3b498011f5eb5f41f37d311ed6c;hp=adbf5423e73e43e9f53326f0503fd0473027d634;hpb=aca6bbcc7cc5625d1bae4b059d068840cfb84768;p=bertos.git diff --git a/bertos/cpu/cortex-m3/io/stm32.h b/bertos/cpu/cortex-m3/io/stm32.h index adbf5423..22cb7682 100644 --- a/bertos/cpu/cortex-m3/io/stm32.h +++ b/bertos/cpu/cortex-m3/io/stm32.h @@ -46,6 +46,7 @@ #include "stm32_ints.h" #include "stm32_uart.h" #include "stm32_adc.h" +#include "stm32_i2c.h" #define GPIO_USART1_TX_PIN BV(9) #define GPIO_USART1_RX_PIN BV(10)