FreeRTOS v9.0.0 upgrade.
This commit is contained in:
parent
2994a566a6
commit
efd78f754e
60 changed files with 10627 additions and 3653 deletions
|
|
@ -50,7 +50,7 @@ static void tftp_send_error(struct netconn *nc, int err_code, const char *err_ms
|
|||
|
||||
void ota_tftp_init_server(int listen_port)
|
||||
{
|
||||
xTaskCreate(tftp_task, (signed char *)"tftpOTATask", 512, (void *)listen_port, 2, NULL);
|
||||
xTaskCreate(tftp_task, "tftpOTATask", 512, (void *)listen_port, 2, NULL);
|
||||
}
|
||||
|
||||
err_t ota_tftp_download(const char *server, int port, const char *filename,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue