mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-17 15:07:04 +08:00
Use rtems_task_exit()
This commit is contained in:
@@ -272,8 +272,7 @@ test_main(void)
|
||||
|
||||
foobar_register(&question);
|
||||
|
||||
rtems_task_delete(RTEMS_SELF);
|
||||
assert(0);
|
||||
rtems_task_exit();
|
||||
}
|
||||
|
||||
#define DEFAULT_NETWORK_DHCPCD_ENABLE
|
||||
|
Reference in New Issue
Block a user