make cppcheck happy about stuff it shouldn't care for

This commit is contained in:
Thomas Göttgens
2022-10-26 09:16:54 +02:00
committed by GitHub
co-authored by GitHub
parent 6e1b1e3ed7
commit a7fb88e293
+1
View File
@@ -197,6 +197,7 @@ bool MQTT::wantsLink() const
#if HAS_ETHERNET #if HAS_ETHERNET
return hasChannel && (Ethernet.linkStatus() == LinkON); return hasChannel && (Ethernet.linkStatus() == LinkON);
#endif #endif
return false;
} }
int32_t MQTT::runOnce() int32_t MQTT::runOnce()