Upgrade to FreeRTOS v9.0.0
This commit is contained in:
parent
22c480b583
commit
c9c69178ff
53 changed files with 20817 additions and 13816 deletions
|
|
@ -52,7 +52,7 @@ void user_init(void)
|
|||
IP4_ADDR(&first_client_ip, 172, 16, 0, 2);
|
||||
dhcpserver_start(&first_client_ip, 4);
|
||||
|
||||
xTaskCreate(telnetTask, (signed char *)"telnetTask", 512, NULL, 2, NULL);
|
||||
xTaskCreate(telnetTask, (const char * const)"telnetTask", 512, NULL, 2, NULL);
|
||||
}
|
||||
|
||||
/* Telnet task listens on port 23, returns some status information and then closes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue