X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Farm%2Fdrv%2Ftimer_at91.c;h=a4375335d0d88527535935e2ce0f4de9cd584479;hb=33b33ae4a68da6dba63e2cdff3c42edfcfc5ba89;hp=e27e8a63e34e44ad8e692bcfff7cced167adde62;hpb=345f93de1963f49bdb194d2b06c8c5d7ba0a3e5f;p=bertos.git diff --git a/bertos/cpu/arm/drv/timer_at91.c b/bertos/cpu/arm/drv/timer_at91.c index e27e8a63..a4375335 100644 --- a/bertos/cpu/arm/drv/timer_at91.c +++ b/bertos/cpu/arm/drv/timer_at91.c @@ -63,6 +63,8 @@ INLINE void timer_hw_init(void) { + sysirq_init(); + cpuflags_t flags; MOD_CHECK(sysirq);