X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Fclock_stm32.c;h=c1db8b6b1d18621fbbc688059930f2dcc190be04;hb=8016ea0a758a96d75ee7d64c773990b38d94fa8e;hp=8e9e86d0b5c775f041917e1b2f6172cce7961b81;hpb=854e5978391f485d488460cdf44b758e7b8b2c5d;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/clock_stm32.c b/bertos/cpu/cortex-m3/drv/clock_stm32.c index 8e9e86d0..c1db8b6b 100644 --- a/bertos/cpu/cortex-m3/drv/clock_stm32.c +++ b/bertos/cpu/cortex-m3/drv/clock_stm32.c @@ -35,10 +35,12 @@ * \author Andrea Righi */ +#include "clock_stm32.h" + #include #include + #include -#include "clock_stm32.h" struct RCC *RCC;