mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-23 13:34:46 +00:00
Update airtime.h to add override
This commit is contained in:
parent
da732c291f
commit
a74384f3f5
@ -47,8 +47,7 @@ class AirTime : private concurrency::OSThread
|
|||||||
void logAirtime(reportTypes reportType, uint32_t airtime_ms);
|
void logAirtime(reportTypes reportType, uint32_t airtime_ms);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
virtual int32_t runOnce() override;
|
||||||
virtual int32_t runOnce();
|
|
||||||
};
|
};
|
||||||
|
|
||||||
extern AirTime *airTime;
|
extern AirTime *airTime;
|
Loading…
Reference in New Issue
Block a user