Reformat leftovers

This commit is contained in:
Imbus 2025-12-28 07:11:16 +01:00
parent 65bf4e4182
commit 7a837c09a1
4 changed files with 9 additions and 9 deletions

View file

@ -694,7 +694,7 @@ static void protocol_exec_rt_suspend() {
st_go_idle(); // Disable steppers
while (!(sys.abort)) {
protocol_exec_rt_system();
} // Do nothing until reset.
} // Do nothing until reset.
return; // Abort received. Return to re-initialize.
}