Merge branch 'master' into feature/testing
This commit is contained in:
commit
26c539174d
107 changed files with 49697 additions and 3689 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue