X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Ftimer_cm3.c;h=ac8512e469a0c914896cea4fcb62f5ac72235e06;hb=d369c385f36aae74d203f6c40ee81c80d9032bbc;hp=e5a730bfe381f5d805216606e504d734125396c1;hpb=c67c140d701f3f196aed3352f2518cbef5976853;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/timer_cm3.c b/bertos/cpu/cortex-m3/drv/timer_cm3.c index e5a730bf..ac8512e4 100644 --- a/bertos/cpu/cortex-m3/drv/timer_cm3.c +++ b/bertos/cpu/cortex-m3/drv/timer_cm3.c @@ -35,10 +35,13 @@ * \author Andrea Righi */ +#include "timer_cm3.h" + #include + #include + #include -#include "timer_cm3.h" INLINE void timer_hw_setPeriod(unsigned long period) {