From 2922b26121f0acc1c35d3b725eacd5d44932de72 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Sun, 14 Feb 2021 14:30:34 +0100 Subject: [PATCH] Remove debug variable. --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();