]> git.sur5r.net Git - freertos/blobdiff - FreeRTOS-Plus/Source/FreeRTOS-Plus-UDP/portable/NetworkInterface/LPC18xx/Using_CMSISv2p10_LPC18xx_DriverLib/NetworkInterface.c
Remove unnecessary 'signed char *' casts from strings that are now just plain char...
[freertos] / FreeRTOS-Plus / Source / FreeRTOS-Plus-UDP / portable / NetworkInterface / LPC18xx / Using_CMSISv2p10_LPC18xx_DriverLib / NetworkInterface.c
index ae7c06af96108369620c3fa1ed2a009dbaf624d7..4f848aff2b112a9d872a1521a4c9806a3393197f 100644 (file)
@@ -19,9 +19,9 @@
  *\r
  * - Commercial licensing -\r
  * Businesses and individuals that for commercial or other reasons cannot comply\r
- * with the terms of the GPL V2 license must obtain a commercial license before \r
- * incorporating FreeRTOS+UDP into proprietary software for distribution in any \r
- * form.  Commercial licenses can be purchased from http://shop.freertos.org/udp \r
+ * with the terms of the GPL V2 license must obtain a commercial license before\r
+ * incorporating FreeRTOS+UDP into proprietary software for distribution in any\r
+ * form.  Commercial licenses can be purchased from http://shop.freertos.org/udp\r
  * and do not require any source files to be changed.\r
  *\r
  * FreeRTOS+UDP is distributed in the hope that it will be useful.  You cannot\r
@@ -124,7 +124,7 @@ extern uint8_t ucMACAddress[ 6 ];
                possible priority to ensure the interrupt handler can return directly to\r
                it no matter which task was running when the interrupt occurred. */\r
                xTaskCreate(    prvEMACDeferredInterruptHandlerTask,            /* The function that implements the task. */\r
-                                               ( const signed char * const ) "MACTsk",\r
+                                               "MACTsk",\r
                                                configMINIMAL_STACK_SIZE,       /* Stack allocated to the task (defined in words, not bytes). */\r
                                                NULL,                                           /* The task parameter is not used. */\r
                                                configMAX_PRIORITIES - 1,       /* The priority assigned to the task. */\r