Update the names of some of the newly introduced API functions so they are more consistent with the names of pre-existing API functions.

This commit is contained in:
Richard Barry 2011-08-07 10:22:57 +00:00
parent 28629a7ea6
commit 3a25b5f33b
3 changed files with 25 additions and 21 deletions

View file

@ -135,7 +135,7 @@ extern void *pxCurrentTCB;
/* First fill in the name and handle of the task that was in the Running
state when the exception occurred. */
xRegisterDump.xCurrentTaskHandle = pxCurrentTCB;
xRegisterDump.pcCurrentTaskName = pcTaskGetTaskName( NULL );
xRegisterDump.pcCurrentTaskName = pcTaskNameGet( NULL );
configASSERT( pulStackPointerOnFunctionEntry );