Style cleanup

This commit is contained in:
Ben V. Brown
2023-07-21 20:45:29 +10:00
parent 886c956c3c
commit 33e1a7756f
6 changed files with 21 additions and 16 deletions

View File

@@ -75,9 +75,9 @@ OperatingMode showPDDebug(const ButtonState buttons, guiContext *cxt) {
(*screen) = 0;
}
}
if (buttons == BUTTON_B_SHORT)
if (buttons == BUTTON_B_SHORT) {
return OperatingMode::InitialisationDone;
else if (buttons == BUTTON_F_SHORT) {
} else if (buttons == BUTTON_F_SHORT) {
(*screen) += 1;
}
return OperatingMode::UsbPDDebug;