]> begriffs open source - freertos/commit
Improve documentation for the ulTaskNotifyValueClear() and xTaskCatchUpTicks() API...
authorRichardBarry <ribarry@amazon.com>
Sun, 15 Mar 2020 04:07:41 +0000 (21:07 -0700)
committerYuhui Zheng <10982575+yuhui-zheng@users.noreply.github.com>
Mon, 16 Mar 2020 03:24:18 +0000 (20:24 -0700)
commit5d28744febb6788ff37ad51990848c7bd82296e6
tree4d5d21ee29233f3a9c790037edf2b766718d36ed
parentb49eec35f6d9f1bbe940e6dfa1c9575a577a5a0d
Improve documentation for the ulTaskNotifyValueClear() and xTaskCatchUpTicks() API functions.
Move the prototype and documentation for xTaskCatchUpTicks() into the correct place in the task.h header file (in the public documentation from the private documentation).
Rename the variable that holds the return value in xTaskCatchUpTicks() to more accurately represent its meaning.
include/task.h
tasks.c