X-Git-Url: http://git.droids-corp.org/?p=aversive.git;a=blobdiff_plain;f=modules%2Fbase%2Fscheduler%2Fscheduler_interrupt.c;fp=modules%2Fbase%2Fscheduler%2Fscheduler_interrupt.c;h=7045776e09e9f9ceb61de152f614faa6af739172;hp=15b94090a9a36653ad852758851005961f5fda25;hb=e5ccbfdd5211f378a5147f4d3123f34783c1ca7b;hpb=bd8acd4f11e6720c96946a7537df5538c0a9a5d4 diff --git a/modules/base/scheduler/scheduler_interrupt.c b/modules/base/scheduler/scheduler_interrupt.c index 15b9409..7045776 100644 --- a/modules/base/scheduler/scheduler_interrupt.c +++ b/modules/base/scheduler/scheduler_interrupt.c @@ -45,13 +45,13 @@ void scheduler_enable_restore(uint8_t old_prio) priority_running = old_prio; } -/** +/** * this function is called from a timer interruption. If an event has * to be scheduled, it will execute the fonction (IRQ are allowed * during the execution of the function). This interruption can be * interrupted by itself too, in this case only events with a higher * priority can be scheduled. - * + * * We assume that this function is called from a SIGNAL(), with * global interrupt flag disabled --> that's why we can use cli() and * sei() instead of IRQ_LOCK(flags).