]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/WinPCap/NetworkInterface.c
Remove unnecessary 'signed char *' casts from strings that are now just plain char...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-UDP / portable / NetworkInterface / WinPCap / NetworkInterface.c
index 5fe2dadbaa6baaa30db0aacc1de97df4c27f502f..39615d84c5f67197a431aae9af516f64a113ae89 100644 (file)
@@ -382,7 +382,7 @@ 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( prvInterruptSimulatorTask, ( signed char * ) "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_SIMULATOR_PRIORITY, NULL );\r
+       xTaskCreate( prvInterruptSimulatorTask, "MAC_ISR", configMINIMAL_STACK_SIZE, NULL, configMAC_ISR_SIMULATOR_PRIORITY, NULL );\r
 }\r
 /*-----------------------------------------------------------*/\r
 \r