generated from TDD-Templates/cmake_cpputest_template_avr
styling changes
This commit is contained in:
parent
2c78ea4130
commit
0ad78b2671
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue