X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.h;h=2e7c09a3cf702b22d9f4f396b93d2219077d9c68;hb=911d2706a86d326786bfe721dcc3d63aeade7f28;hp=4150a44d1e11c8f6278279e5ce43491b7bd381c8;hpb=dc9b8ecb40cb399616ef3044b7c1b29cf9cf76b4;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/clock_stm32.h b/bertos/cpu/cortex-m3/drv/clock_stm32.h index 4150a44d..2e7c09a3 100644 --- a/bertos/cpu/cortex-m3/drv/clock_stm32.h +++ b/bertos/cpu/cortex-m3/drv/clock_stm32.h @@ -38,6 +38,9 @@ #ifndef CLOCK_STM32_H #define CLOCK_STM32_H + +#include + /* RCC registers bit address */ #define RCC_OFFSET (RCC_BASE - PERIPH_BASE)