]> git.sur5r.net Git - freertos/blobdiff - Source/portable/GCC/MicroBlazeV8/port_exceptions.c
Update the names of some of the newly introduced API functions so they are more consi...
[freertos] / Source / portable / GCC / MicroBlazeV8 / port_exceptions.c
index f5ed3c98558e9687f5084f57b55bcb6e04f2ff0e..e78ada6f27b7ec7aaea72e05b388ecaa58d99dcf 100644 (file)
@@ -135,7 +135,7 @@ extern void *pxCurrentTCB;
        /* First fill in the name and handle of the task that was in the Running \r
        state when the exception occurred. */\r
        xRegisterDump.xCurrentTaskHandle = pxCurrentTCB;\r
-       xRegisterDump.pcCurrentTaskName = pcTaskGetTaskName( NULL );\r
+       xRegisterDump.pcCurrentTaskName = pcTaskNameGet( NULL );\r
 \r
        configASSERT( pulStackPointerOnFunctionEntry );\r
 \r