Change negation checking coding style.

This commit is contained in:
Daniel Caujolle-Bert
2022-01-25 18:44:37 +00:00
parent 012456a340
commit bd98561201
+1 -1
View File
@@ -336,7 +336,7 @@ void CP25Gateway::run()
buffer[3U] = (currentTG >> 0) & 0xFFU;
}
if (poll == false)
if (!poll)
localNetwork.write(buffer, len);
LogMessage("Switched to reflector %u due to network activity", currentTG);