rtems: Clarify rtems_task_get_priority() doc

This commit is contained in:
Sebastian Huber
2021-05-12 14:13:13 +02:00
parent e3bec23d4d
commit 51f7a82f08

View File

@@ -1845,8 +1845,8 @@ rtems_status_code rtems_task_set_priority(
* *
* @par Notes * @par Notes
* The current priority reflects temporary priority adjustments due to locking * The current priority reflects temporary priority adjustments due to locking
* protocols, the rate-monotonic period objects on some schedulers, and other * protocols, the rate-monotonic period objects on some schedulers such as EDF,
* mechanisms. * and the POSIX sporadic server.
* *
* @par Constraints * @par Constraints
* @parblock * @parblock