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

@ -129,5 +129,5 @@ void user_init(void)
i2c_init (SCL_PIN, SDA_PIN);
xTaskCreate(rewrite_file_task, (signed char *)"task1", 512, NULL, 2, NULL);
xTaskCreate(rewrite_file_task, "task1", 512, NULL, 2, NULL);
}