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

@ -82,5 +82,5 @@ static void test_task(void *pvParameters)
static void a_06_ets_timers(void)
{
xTaskCreate(test_task, (signed char *)"test_task", 256, NULL, 2, NULL);
xTaskCreate(test_task, "test_task", 256, NULL, 2, NULL);
}