diff options
| author | JF002 <JF002@users.noreply.github.com> | 2021-02-04 17:34:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-04 17:34:28 +0100 |
| commit | 6259b816287f8f74dadf50334a445cd9fe16d415 (patch) | |
| tree | 712cf7ca15f0d17b54909bbf45a4cc759c579392 /src/main.cpp | |
| parent | 16ce5bbb7563f0af9394d4da0dae303aa9eda2fd (diff) | |
| parent | d90b7274fa8bbfa09f79660b45b550d91f7b0125 (diff) | |
Merge pull request #198 from JF002/update-nimble-1_3-master
Update to nimble 1.3 master branch
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3b993ee9..4f8ed6a8 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -232,7 +232,7 @@ void nimble_port_ll_task_func(void *args) { ble_ll_task(args); } } - +int countT2 = 0; int main(void) { logger.Init(); |
