styling changes

This commit is contained in:
jakeg00dwin 2025-02-14 13:04:06 -08:00
parent 2c78ea4130
commit 0ad78b2671
1 changed files with 15 additions and 16 deletions

View File

@ -244,8 +244,7 @@ static void UpdateButtonOutput(btn_state *b) {
else if (!b->is_long_pressed) {
if (b->is_active) {
MotorMoveTo(MotorGetSavedPos());
}
else{
} else {
MotorCoast();
}
}