X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=Demo%2FARM9_STR91X_IAR%2Flwip%2Fnetif%2Fethernetif.c;h=53a91c212ded2ed0fe214e6f943c2d611390b48e;hb=b50b48b5915471248b185bdff4ee0a4ee1826f75;hp=c6834ac3dbd8b67e86c5c854020029df59cbf3c8;hpb=763d6a5028f736b860543baaf746962e6c3d1523;p=freertos diff --git a/Demo/ARM9_STR91X_IAR/lwip/netif/ethernetif.c b/Demo/ARM9_STR91X_IAR/lwip/netif/ethernetif.c index c6834ac3d..53a91c212 100644 --- a/Demo/ARM9_STR91X_IAR/lwip/netif/ethernetif.c +++ b/Demo/ARM9_STR91X_IAR/lwip/netif/ethernetif.c @@ -131,7 +131,7 @@ static void low_level_init(struct netif *netif) portEXIT_CRITICAL(); /* Create the task that handles the EMAC. */ - xTaskCreate( ethernetif_input, ( signed portCHAR * ) "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL ); + xTaskCreate( ethernetif_input, ( signed char * ) "ETH_INT", netifINTERFACE_TASK_STACK_SIZE, NULL, netifINTERFACE_TASK_PRIORITY, NULL ); }