From ad7d19c317896e4b37fad3289bc89b886b6b5c24 Mon Sep 17 00:00:00 2001 From: Wessel Date: Wed, 25 Feb 2026 03:57:58 +0100 Subject: [PATCH] Remove unused global rIf that shadows locals and fails cppcheck (#9743) I noticed because my PR failed --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 5e5bee867..f4deb0de5 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -246,7 +246,6 @@ uint32_t timeLastPowered = 0; static OSThread *powerFSMthread; OSThread *ambientLightingThread; -RadioInterface *rIf = NULL; RadioLibHal *RadioLibHAL = NULL; /**