X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=bertos%2Fcpu%2Fcortex-m3%2Fdrv%2Ftimer_lm3s.c;h=bbf811767c0846a311aeac7b9364044551c02503;hb=77958b8e9d27594aa22e76132b4bbb8d0335bfc2;hp=ed432e9f6e7b1ef4fa42464997b50159a9d910e2;hpb=ffc9d84f819c7480515ece4417329f4972510462;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..bbf81176 100644 --- a/bertos/cpu/cortex-m3/drv/timer_lm3s.c +++ b/bertos/cpu/cortex-m3/drv/timer_lm3s.c @@ -42,8 +42,6 @@ #include "irq_lm3s.h" #include "timer_lm3s.h" -ISR_PROTO_CONTEXT_SWITCH(timer_handler); - INLINE void timer_hw_setPeriod(unsigned long period) { ASSERT(period < (1 << 24));