🎨 Fix some formatting, F() versus PSTR()

This commit is contained in:
Scott Lahteine
2021-07-24 21:41:09 -05:00
parent 4b94fb7558
commit e1907a99e2
18 changed files with 25 additions and 25 deletions

View File

@@ -57,7 +57,7 @@ bool Power::psu_on;
* Initialize pins & state for the power manager.
*
*/
void Power::init(){
void Power::init() {
psu_on = ENABLED(PSU_DEFAULT_OFF); // Set opposite state to get full power_off/on
TERN(PSU_DEFAULT_OFF, power_off(), power_on());
}