forked from Imagelibrary/rtems
@@ -135,16 +135,10 @@ void Clock_isr(void *arg_unused)
|
|||||||
} while ( _Thread_Executing == _Thread_Idle &&
|
} while ( _Thread_Executing == _Thread_Idle &&
|
||||||
_Thread_Heir == _Thread_Executing);
|
_Thread_Heir == _Thread_Executing);
|
||||||
|
|
||||||
Clock_driver_support_at_tick();
|
|
||||||
return;
|
return;
|
||||||
|
|
||||||
#else
|
#else
|
||||||
|
|
||||||
/*
|
|
||||||
* Add custom handling at every tick from bsp.h
|
|
||||||
*/
|
|
||||||
Clock_driver_support_at_tick();
|
|
||||||
|
|
||||||
#ifdef CLOCK_DRIVER_ISRS_PER_TICK
|
#ifdef CLOCK_DRIVER_ISRS_PER_TICK
|
||||||
/*
|
/*
|
||||||
* The driver is multiple ISRs per clock tick.
|
* The driver is multiple ISRs per clock tick.
|
||||||
|
|||||||
Reference in New Issue
Block a user