From a8d07ddc65cbfa2d69617a1ca6a64e7be990559b Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Fri, 1 Nov 2024 22:14:13 -0400 Subject: [PATCH] trunk fmt --- src/mesh/RadioLibInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/RadioLibInterface.h b/src/mesh/RadioLibInterface.h index 569c5411f..1202c3bbc 100644 --- a/src/mesh/RadioLibInterface.h +++ b/src/mesh/RadioLibInterface.h @@ -4,8 +4,8 @@ #include "RadioInterface.h" #include "concurrency/NotifiedWorkerThread.h" -#include #include +#include // ESP32 has special rules about ISR code #ifdef ARDUINO_ARCH_ESP32