mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-15 03:17:56 +08:00
tests: Support DEFAULT_EARLY_INITIALIZATION
This commit is contained in:
@@ -234,6 +234,10 @@ Init(rtems_task_argument arg)
|
||||
|
||||
on_exit(default_network_on_exit, NULL);
|
||||
|
||||
#ifdef DEFAULT_EARLY_INITIALIZATION
|
||||
early_initialization();
|
||||
#endif
|
||||
|
||||
/* Let other tasks run to complete background work */
|
||||
default_network_set_self_prio(RTEMS_MAXIMUM_PRIORITY - 1);
|
||||
|
||||
|
Reference in New Issue
Block a user