summaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
committerJF <jf@codingfield.com>2020-06-16 18:36:24 (GMT)
commit9898fed80634c99c9dbe8ee8682dfdc259463654 (patch)
tree4be094c1e2c3a2b73b8c7b924fbd793ba416aa63 /src/main.cpp
parentfab220d0b9c6868b4fa96ce5f3e3f41b5454a0c7 (diff)
Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 869e424..4194389 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -201,6 +201,7 @@ void nimble_port_init(void) {
}
void nimble_port_ll_task_func(void *args) {
+ extern void ble_ll_task(void *);
ble_ll_task(args);
}
}