X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=inline;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Ftimer_lm3s.c;h=49b9fa8ec2e6ff373034424b40b669735350ab08;hb=3afee05888683af8b650a31aa2bad66050570842;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..49b9fa8e 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));