From 625050ebe38567d044a796bd6efe4311a7bfa78e Mon Sep 17 00:00:00 2001 From: 0xCAFEDECAF <31759302+0xCAFEDECAF@users.noreply.github.com> Date: Wed, 28 Dec 2022 15:07:38 +0100 Subject: [PATCH] Fix compiler warning --- VanBusRx.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VanBusRx.cpp b/VanBusRx.cpp index 1488c70..bb6e862 100644 --- a/VanBusRx.cpp +++ b/VanBusRx.cpp @@ -1498,7 +1498,7 @@ void TIsrDebugPacket::Dump(Stream& s) const i++; } // while - #undef reset() + #undef reset rLock = false; // Assumed to be atomic