mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-24 03:31:14 +00:00
more cppcheck warnings fixes
This commit is contained in:
@@ -40,7 +40,7 @@ class MQTT : private concurrency::OSThread
|
||||
void reconnect();
|
||||
|
||||
protected:
|
||||
virtual int32_t runOnce();
|
||||
virtual int32_t runOnce() override;
|
||||
|
||||
private:
|
||||
/** return true if we have a channel that wants uplink/downlink
|
||||
|
||||
Reference in New Issue
Block a user