Fix for CI on other boards.

1.2-legacy
Jm Casler 2020-11-22 19:01:48 -08:00
rodzic 2bd40b7053
commit 9801a62d2d
1 zmienionych plików z 4 dodań i 1 usunięć

Wyświetl plik

@ -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.