mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-28 12:42:00 +00:00
more cppcheck warnings fixes
This commit is contained in:
@@ -26,7 +26,7 @@ class Power : private concurrency::OSThread
|
||||
void shutdown();
|
||||
void readPowerStatus();
|
||||
virtual bool setup();
|
||||
virtual int32_t runOnce();
|
||||
virtual int32_t runOnce() override;
|
||||
void setStatusHandler(meshtastic::PowerStatus *handler) { statusHandler = handler; }
|
||||
|
||||
protected:
|
||||
@@ -42,4 +42,4 @@ class Power : private concurrency::OSThread
|
||||
uint8_t low_voltage_counter;
|
||||
};
|
||||
|
||||
extern Power *power;
|
||||
extern Power *power;
|
||||
|
||||
Reference in New Issue
Block a user