X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.h;fp=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.h;h=2e7c09a3cf702b22d9f4f396b93d2219077d9c68;hb=34e7bdf2eff0873117cbb36d4fd4ea7e8d62bc3d;hp=4150a44d1e11c8f6278279e5ce43491b7bd381c8;hpb=3901490d46b6e85c7b8293ec2127ec85b5f71452;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)