Rename xTaskGetSystemState() uxTaskGetSystemState().

This commit is contained in:
Richard Barry
2013-07-18 14:41:15 +00:00
parent 92fae7d262
commit 203ae64600
47 changed files with 79 additions and 78 deletions

View File

@ -109,7 +109,7 @@ to exclude the API function. */
/* This demo makes use of one or more example stats formatting functions. These
format the raw data provided by the xTaskGetSystemState() function in to human
format the raw data provided by the uxTaskGetSystemState() function in to human
readable ASCII form. See the notes in the implementation of vTaskList() within
FreeRTOS/Source/tasks.c for limitations. */
#define configUSE_STATS_FORMATTING_FUNCTIONS 1