Use rtems_task_exit()

This commit is contained in:
Sebastian Huber
2022-06-01 10:31:22 +02:00
parent 61f646d9b9
commit ed25b390fc
19 changed files with 26 additions and 45 deletions

View File

@@ -3114,7 +3114,7 @@ rtems_filesystem_location_info_t old;
rtems_filesystem_current->location = old;
}
rtems_semaphore_release(rpa->sync);
rtems_task_delete(RTEMS_SELF);
rtems_task_exit();
}