mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-07 02:18:09 +00:00
Update airtime.h to add override
This commit is contained in:
@@ -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;
|
||||||
Reference in New Issue
Block a user