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