FreeRTOS v9.0.0 upgrade.

This commit is contained in:
ourairquality 2016-10-21 19:11:08 +11:00
parent 2994a566a6
commit efd78f754e
60 changed files with 10627 additions and 3653 deletions
examples/http_get_mbedtls

View file

@ -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);
}