summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index e0e9b65e..797495bb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -195,7 +195,6 @@ void nimble_port_init(void) {
}
void nimble_port_ll_task_func(void *args) {
-// extern void ble_ll_task(void *arg);
ble_ll_task(args);
}
}