forked from Imagelibrary/rtems
clock: Remove Clock_exit() from API
This function is no longer supported by the standard clock driver implementation (clockimpl.h). Update #3436.
This commit is contained in:
@@ -48,7 +48,7 @@ uint32_t Clock_isrs; /* ISRs until next tick */
|
||||
*/
|
||||
rtems_isr_entry Old_ticker;
|
||||
|
||||
void Clock_exit( void );
|
||||
static void Clock_exit( void );
|
||||
|
||||
/*
|
||||
* Isr Handler
|
||||
|
||||
Reference in New Issue
Block a user