Making motor control disactivated at starting
This commit is contained in:
parent
88da5981b4
commit
8783286fab
|
@ -52,7 +52,7 @@ void main(void)
|
|||
// Initialise IO
|
||||
init_io();
|
||||
|
||||
motor_control_activated(true);
|
||||
motor_control_activated(false);
|
||||
|
||||
io.target_dir = 0.0f;
|
||||
io.target_speed = 0.0f;
|
||||
|
|
Loading…
Reference in New Issue