]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/lwIP_AVR32_UC3/NETWORK/lwip-port/AT32UC3A/ethernetif.c
Start to remove unnecessary 'signed char *' casts from strings that are now just...
[freertos] / FreeRTOS / Demo / lwIP_AVR32_UC3 / NETWORK / lwip-port / AT32UC3A / ethernetif.c
index a262771f2cf451a9145bc9e1ab735642e7d52963..7e25cb3eb70dcde42d7baf333078ed972cfb0f98 100644 (file)
@@ -101,7 +101,7 @@ low_level_init(struct netif *netif)
   vTaskPrioritySet( NULL, uxPriority );\r
 \r
   /* Create the task that handles the MACB. */\r
-  // xTaskCreate( ethernetif_input, ( signed portCHAR * ) "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL );\r
+  // xTaskCreate( ethernetif_input, "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL );\r
   sys_thread_new( ethernetif_input, NULL, netifINTERFACE_TASK_PRIORITY );\r
 }\r
 \r