diff options
| author | JF <jf@codingfield.com> | 2020-06-27 16:20:08 +0200 |
|---|---|---|
| committer | Gitea <gitea@fake.local> | 2020-06-27 16:20:08 +0200 |
| commit | 49bf12390bb27ca22a3cc5f472027344befc455e (patch) | |
| tree | 0a943e544cdb60565af9a5d6bfe6e372299068cb /src/main.cpp | |
| parent | 3a49bbbae48a62d5252fee0cb6d04002d917c820 (diff) | |
| parent | 4f9adb2372a71bab3c38684420cf90b1a99a6c9a (diff) | |
Merge branch 'develop' of JF/PineTime into master
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 869e4246..41943892 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); } } |
