Moves the shutdown thread into the Power class, make shutdown and reboot private (#7415)
This commit is contained in:
5 files changed
+51
-51
No files matched your search
+1
-1
@@ -72,7 +72,7 @@ extern Power *power;
|
||||
static void shutdownEnter()
|
||||
{
|
||||
LOG_DEBUG("State: SHUTDOWN");
|
||||
power->shutdown();
|
||||
shutdownAtMsec = millis();
|
||||
}
|
||||
|
||||
#include "error.h"
|
||||
|
||||
Reference in New Issue
Block a user