From 3f0e33c421e9a6310180cf9f12ac84cd1b5640b2 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Sat, 2 Sep 2023 14:43:01 +0200 Subject: [PATCH] Fixy z clang-tidy --- src/ThreadedGSM.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ThreadedGSM.h b/src/ThreadedGSM.h index badf514..95fc3aa 100644 --- a/src/ThreadedGSM.h +++ b/src/ThreadedGSM.h @@ -401,7 +401,7 @@ class ThreadedGSM { } // Threads - void Clock(void) + void Clock() { String clockTime; int lastState = state;