Merge branch 'master' into feature/testing

This commit is contained in:
sheinz 2016-10-26 16:37:23 +03:00
commit 26c539174d
107 changed files with 49697 additions and 3689 deletions

View file

@ -46,5 +46,5 @@ static void test_task(void *pvParameters)
static void a_05_spiffs(void)
{
xTaskCreate(test_task, (signed char *)"test_task", 1024, NULL, 2, NULL);
xTaskCreate(test_task, "test_task", 1024, NULL, 2, NULL);
}