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:
Sebastian Huber
2020-02-02 11:00:54 +01:00
parent f7c5f94360
commit c344e5828c
16 changed files with 16 additions and 16 deletions

View File

@@ -120,6 +120,6 @@ RTEMS_SYSINIT_ITEM(
RTEMS_SYSINIT_ITEM(
leon3_interrupt_common_init,
RTEMS_SYSINIT_DRVMGR_LEVEL_1,
RTEMS_SYSINIT_ORDER_LAST
RTEMS_SYSINIT_ORDER_LAST_BUT_5
);
#endif