mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-22 02:32:23 +00:00
more cppcheck warnings fixes
This commit is contained in:
@@ -123,5 +123,5 @@ class PhoneAPI
|
||||
bool handleToRadioPacket(MeshPacket &p);
|
||||
|
||||
/// If the mesh service tells us fromNum has changed, tell the phone
|
||||
virtual int onNotify(uint32_t newValue);
|
||||
virtual int onNotify(uint32_t newValue) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user