]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Source/portable/GCC/MicroBlazeV8/portmacro.h
+ New feature added: Task notifications.
[freertos] / FreeRTOS / Source / portable / GCC / MicroBlazeV8 / portmacro.h
index 528d45e2da365cd72701ce40f2d01d1c79f6d617..df14a0e795667ea3f53042780b49fa55ccfd8a0b 100644 (file)
@@ -217,7 +217,7 @@ typedef struct PORT_REGISTER_DUMP
        /* The human readable name of the task that was running at the time the\r
        exception occurred.  This is the name that was given to the task when the\r
        task was created using the FreeRTOS xTaskCreate() API function. */\r
-       int8_t *pcCurrentTaskName;\r
+       char *pcCurrentTaskName;\r
 \r
        /* The handle of the task that was running a the time the exception\r
        occurred. */\r