Update airtime.h to add override

pull/744/head
Jm Casler 2021-03-21 07:44:08 -07:00
rodzic da732c291f
commit a74384f3f5
1 zmienionych plików z 1 dodań i 2 usunięć

Wyświetl plik

@ -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;