forked from Imagelibrary/rtems
Use RTEMS_SYSINIT_ORDER_LAST_BUT_5
Use RTEMS_SYSINIT_ORDER_LAST_BUT_5 instead of RTEMS_SYSINIT_ORDER_LAST to allow applications and support functions to place system initialization handlers behind the standard handlers. Update #3838.
This commit is contained in:
@@ -80,5 +80,5 @@ static void erc32_install_inter_processor_interrupt( void )
|
||||
RTEMS_SYSINIT_ITEM(
|
||||
erc32_install_inter_processor_interrupt,
|
||||
RTEMS_SYSINIT_BSP_PRE_DRIVERS,
|
||||
RTEMS_SYSINIT_ORDER_LAST
|
||||
RTEMS_SYSINIT_ORDER_LAST_BUT_5
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user