FreeRTOS v9.0.0 upgrade.
This commit is contained in:
parent
2994a566a6
commit
efd78f754e
60 changed files with 10627 additions and 3653 deletions
examples/http_get_mbedtls
|
@ -333,5 +333,5 @@ void user_init(void)
|
|||
sdk_wifi_set_opmode(STATION_MODE);
|
||||
sdk_wifi_station_set_config(&config);
|
||||
|
||||
xTaskCreate(&http_get_task, (signed char *)"get_task", 2048, NULL, 2, NULL);
|
||||
xTaskCreate(&http_get_task, "get_task", 2048, NULL, 2, NULL);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue