diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-14 13:30:34 (GMT) |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-14 13:30:34 (GMT) |
| commit | 2922b26121f0acc1c35d3b725eacd5d44932de72 (patch) | |
| tree | 5bb7976d5167379f9277993e0b321a1af9bd063b /src/main.cpp | |
| parent | 3a1ccdb43ed832460608fb9082ea7c4ce214b005 (diff) | |
Remove debug variable.
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 8644ed4..fe177d0 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -233,7 +233,7 @@ void nimble_port_ll_task_func(void *args) { ble_ll_task(args); } } -int countT2 = 0; + int main(void) { logger.Init(); |
