diff options
| author | Jean-François Milants <jf@codingfield.com> | 2021-02-14 14:30:34 +0100 |
|---|---|---|
| committer | Jean-François Milants <jf@codingfield.com> | 2021-02-14 14:30:34 +0100 |
| commit | 2922b26121f0acc1c35d3b725eacd5d44932de72 (patch) | |
| tree | 5bb7976d5167379f9277993e0b321a1af9bd063b /src | |
| parent | 3a1ccdb43ed832460608fb9082ea7c4ce214b005 (diff) | |
Remove debug variable.
Diffstat (limited to 'src')
| -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 8644ed48..fe177d0d 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(); |
