Add missing newline

This commit is contained in:
Jeremy Soller
2022-02-10 07:40:57 -07:00
parent 4bab1cc00d
commit 2262097c2b

View File

@ -243,7 +243,7 @@ void power_on_s5(void) {
} }
if (power_state != POWER_STATE_S0) { if (power_state != POWER_STATE_S0) {
DEBUG("failed to reach S0, powering off"); DEBUG("failed to reach S0, powering off\n");
power_off_s5(); power_off_s5();
} }
} }