mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-08-19 09:38:32 -04:00
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:
parent
28629a7ea6
commit
3a25b5f33b
3 changed files with 25 additions and 21 deletions
|
@ -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 );
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue