mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-19 08:17:36 +00:00
more cppcheck warnings fixes
This commit is contained in:
@@ -16,7 +16,7 @@ class WebServerThread : private concurrency::OSThread
|
||||
uint32_t requestRestart = 0;
|
||||
|
||||
protected:
|
||||
virtual int32_t runOnce();
|
||||
virtual int32_t runOnce() override;
|
||||
};
|
||||
|
||||
extern WebServerThread *webServerThread;
|
||||
|
||||
Reference in New Issue
Block a user