]> git.sur5r.net Git - freertos/blobdiff - Demo/ARM9_STR91X_IAR/lwip/netif/ethernetif.c
Remove unnecessary use of portLONG, portCHAR and portSHORT.
[freertos] / Demo / ARM9_STR91X_IAR / lwip / netif / ethernetif.c
index c6834ac3dbd8b67e86c5c854020029df59cbf3c8..53a91c212ded2ed0fe214e6f943c2d611390b48e 100644 (file)
@@ -131,7 +131,7 @@ static void low_level_init(struct netif *netif)
   portEXIT_CRITICAL();\r
 \r
   /* Create the task that handles the EMAC. */\r
-  xTaskCreate( ethernetif_input, ( signed portCHAR * ) "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL );\r
+  xTaskCreate( ethernetif_input, ( signed char * ) "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL );\r
 }      \r
 \r
 \r