FreeRTOS / FreeRTOS-Kernel-Book

https://freertos.org/Documentation/RTOS_book.html
Other
252 stars 52 forks source link

Add minor comment for vTaskPriorityGet() #95

Closed eangeloff closed 2 months ago

eangeloff commented 2 months ago

Issue #, if available:

Description of changes:

In ch04, listing 4.22, there was minor comment missing about getting a task handle from the xTaskCreateStatic() function. As in vTaskPrioritySet() prototype description there is such comment, it could be misleading that there is any difference for vTaskPriorityGet(). So it is better if the comment is added also in its prototype description.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

felicityzhao9 commented 2 months ago

Thanks for pointing it out!