]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS/Demo/Common/ethernet/lwip-1.4.0/ports/win32/ethernetif.c
Start to remove unnecessary 'signed char *' casts from strings that are now just...
[freertos] / FreeRTOS / Demo / Common / ethernet / lwip-1.4.0 / ports / win32 / ethernetif.c
index dd136c0e25f81ccc31c691dc57e35c322642aaaf..8ba261e490299a6f311c345c05af4c4879fb69ba 100644 (file)
@@ -648,6 +648,6 @@ unsigned long ulNetMask;
        /* Create a task that simulates an interrupt in a real system.  This will\r
        block waiting for packets, then send a message to the uIP task when data\r
        is available. */\r
-       xTaskCreate( prvInterruptSimulator, ( signed char * ) "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_SIMULATOR_PRIORITY, NULL );\r
+       xTaskCreate( prvInterruptSimulator, "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_SIMULATOR_PRIORITY, NULL );\r
 }\r
 \r