FreeRTOS v9.0.0 upgrade

This commit is contained in:
OurAirQuality 2016-10-21 20:40:36 +11:00 committed by Our Air Quality
parent 8840eb0411
commit 7bab80c33d
60 changed files with 10623 additions and 3652 deletions

View file

@ -74,6 +74,6 @@ void user_init(void)
sdk_wifi_set_opmode(STATION_MODE);
sdk_wifi_station_set_config(&config);
xTaskCreate(sntp_tsk, (signed char *)"SNTP", 1024, NULL, 1, NULL);
xTaskCreate(sntp_tsk, "SNTP", 1024, NULL, 1, NULL);
}