Delet
This commit is contained in:
parent
e11be74632
commit
196d9d5665
1 changed files with 2 additions and 0 deletions
|
@ -195,4 +195,6 @@ void task_gpio_demo(void *pvParams) {
|
||||||
|
|
||||||
// Start the task
|
// Start the task
|
||||||
xTaskCreate(button_task, "button_task", 2048, NULL, 10, NULL);
|
xTaskCreate(button_task, "button_task", 2048, NULL, 10, NULL);
|
||||||
|
|
||||||
|
vTaskDelete(NULL);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue