mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-06-06 17:29:24 +08:00
tests: Support DEFAULT_EARLY_INITIALIZATION
This commit is contained in:
parent
49b9c5e2df
commit
f8367a1b1a
@ -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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user