From a74384f3f56bcf6967c8e40bec588a3579090803 Mon Sep 17 00:00:00 2001 From: Jm Casler Date: Sun, 21 Mar 2021 07:44:08 -0700 Subject: [PATCH] Update airtime.h to add override --- src/airtime.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/airtime.h b/src/airtime.h index d78db86a4..134bad47d 100644 --- a/src/airtime.h +++ b/src/airtime.h @@ -47,8 +47,7 @@ class AirTime : private concurrency::OSThread void logAirtime(reportTypes reportType, uint32_t airtime_ms); protected: - - virtual int32_t runOnce(); + virtual int32_t runOnce() override; }; extern AirTime *airTime; \ No newline at end of file