mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Address review comments
This commit is contained in:
parent
53ff4ed57f
commit
1ab8a6f6da
9 changed files with 47 additions and 47 deletions
|
|
@ -1,10 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
class ExWatchdogManager {
|
||||
class ExternalWatchdogManager {
|
||||
protected:
|
||||
unsigned long next_feed_watchdog;
|
||||
public:
|
||||
ExWatchdogManager() { next_feed_watchdog = 0; }
|
||||
ExternalWatchdogManager() { next_feed_watchdog = 0; }
|
||||
virtual bool begin() { return false; }
|
||||
virtual void loop() { }
|
||||
virtual unsigned long getIntervalMs() const { return 0; }
|
||||
Loading…
Add table
Add a link
Reference in a new issue