mirror of
https://github.com/EFeru/hoverboard-firmware-hack-FOC.git
synced 2025-08-03 09:34:26 +02:00
Minor styling
This commit is contained in:
@@ -228,12 +228,7 @@ int main(void) {
|
|||||||
rate = MULTI_MODE_DRIVE_M2_RATE;
|
rate = MULTI_MODE_DRIVE_M2_RATE;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf(
|
printf("Drive mode %i selected: max_speed:%i acc_rate:%i \r\n", drive_mode, max_speed, rate);
|
||||||
"Drive mode %i selected: max_speed:%i acc_rate:%i \r\n",
|
|
||||||
drive_mode,
|
|
||||||
max_speed,
|
|
||||||
rate
|
|
||||||
);
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
// Loop until button is released
|
// Loop until button is released
|
||||||
|
Reference in New Issue
Block a user