Upgrade to FreeRTOS v9.0.0

This commit is contained in:
hyneko1 2016-07-20 22:37:36 +00:00
parent 22c480b583
commit c9c69178ff
53 changed files with 20817 additions and 13816 deletions

View file

@ -138,5 +138,5 @@ void user_init(void)
printf("Starting TFTP server...");
ota_tftp_init_server(TFTP_PORT);
xTaskCreate(&tftp_client_task, (signed char *)"tftp_client", 2048, NULL, 2, NULL);
xTaskCreate(&tftp_client_task, (const char * const)"tftp_client", 2048, NULL, 2, NULL);
}