Minor styling

This commit is contained in:
EFeru
2022-06-05 14:50:29 +02:00
parent cb7f3e9183
commit 5505a71260
2 changed files with 15 additions and 20 deletions

View File

@@ -228,12 +228,7 @@ int main(void) {
rate = MULTI_MODE_DRIVE_M2_RATE;
}
printf(
"Drive mode %i selected: max_speed:%i acc_rate:%i \r\n",
drive_mode,
max_speed,
rate
);
printf("Drive mode %i selected: max_speed:%i acc_rate:%i \r\n", drive_mode, max_speed, rate);
#endif
// Loop until button is released