8000 Removed vTaskDelete, avoiding crashes with Task::stop() called · panargirakis/esp32-snippets@7a33655 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7a33655

Browse files
author
Benjamin Aigner
committed
Removed vTaskDelete, avoiding crashes with Task::stop() called
1 parent 787b4ec commit 7a33655

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

cpp_utils/tests/BLETests/SampleHIDKeyboard.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ class MyTask : public Task {
5959
}
6060
vTaskDelay(2000/portTICK_PERIOD_MS); // simulate write message every 2 seconds
6161
}
62-
vTaskDelete(NULL);
6362
}
6463
};
6564

0 commit comments

Comments
 (0)
0