]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC17xx/NetworkInterface.c
Remove unnecessary 'signed char *' casts from strings that are now just plain char...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-UDP / portable / NetworkInterface / LPC17xx / NetworkInterface.c
index 224a1989e5f1925c462638ca1b462a548a3a8528..9777b06715260d15c89689bd90d0d594607056f4 100644 (file)
@@ -122,7 +122,7 @@ extern uint8_t ucMACAddress[ 6 ];
 \r
                /* The handler task is created at the highest possible priority to\r
                ensure the interrupt handler can return directly to it. */\r
-               xTaskCreate( prvEMACHandlerTask, ( const signed char * const ) "EMAC", configMINIMAL_STACK_SIZE, NULL, configMAX_PRIORITIES - 1, NULL );\r
+               xTaskCreate( prvEMACHandlerTask, "EMAC", configMINIMAL_STACK_SIZE, NULL, configMAX_PRIORITIES - 1, NULL );\r
 \r
                /* Enable the interrupt and set its priority to the minimum\r
                interrupt priority.  */\r