mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
Fix for CI on other boards.
This commit is contained in:
parent
2bd40b7053
commit
9801a62d2d
@ -134,9 +134,12 @@ bool Power::setup()
|
||||
return found;
|
||||
}
|
||||
|
||||
void Power::shutdown() {
|
||||
void Power::shutdown()
|
||||
{
|
||||
#ifdef AXP192_SLAVE_ADDRESS
|
||||
DEBUG_MSG("Shutting down\n");
|
||||
axp.shutdown();
|
||||
#endif
|
||||
}
|
||||
|
||||
/// Reads power status to powerStatus singleton.
|
||||
|
Loading…
Reference in New Issue
Block a user