rtems: Clarify rtems_task_get_priority() doc

This commit is contained in:
Sebastian Huber
2021-05-12 21:07:54 +02:00
parent e3bec23d4d
commit 51f7a82f08
+2 -2
View File
@@ -1845,8 +1845,8 @@ rtems_status_code rtems_task_set_priority(
*
* @par Notes
* The current priority reflects temporary priority adjustments due to locking
* protocols, the rate-monotonic period objects on some schedulers, and other
* mechanisms.
* protocols, the rate-monotonic period objects on some schedulers such as EDF,
* and the POSIX sporadic server.
*
* @par Constraints
* @parblock