X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Ftimer_lm3s.c;h=096bff92cbb6c6bc98d6e7c375a1db87b9f14e11;hb=7d62f20a0d0dd38aa03997583c69bbc085896308;hp=ed432e9f6e7b1ef4fa42464997b50159a9d910e2;hpb=5b8c7d324c8934f7686aeb4c23454cebbfd1f83f;p=bertos.git diff --git a/bertos/cpu/cortex-m3/drv/timer_lm3s.c b/bertos/cpu/cortex-m3/drv/timer_lm3s.c index ed432e9f..096bff92 100644 --- a/bertos/cpu/cortex-m3/drv/timer_lm3s.c +++ b/bertos/cpu/cortex-m3/drv/timer_lm3s.c @@ -37,13 +37,10 @@ #include #include -#include "io/lm3s.h" - -#include "irq_lm3s.h" +#include +#include #include "timer_lm3s.h" -ISR_PROTO_CONTEXT_SWITCH(timer_handler); - INLINE void timer_hw_setPeriod(unsigned long period) { ASSERT(period < (1 << 24));