Skip to content
Snippets Groups Projects
Commit ce481795 authored by dawehr's avatar dawehr
Browse files

Updated optical_flow to work with normalized PWM.

parent 89189b15
No related branches found
No related tags found
No related merge requests found
......@@ -115,7 +115,7 @@ int quad_main(int (*setup_hardware)(hardware_t *hardware_struct))
timer_end_loop(&(structs.log_struct));
if (iic_get_consecutive_gam_timeout_failures() > 10) {
kill_motors(&(structs.hardware_struct.pwm_outputs));
kill_motors(&(structs.hardware_struct.motors));
printLogging(&structs.hardware_struct, &(structs.log_struct), &(structs.parameter_struct));
break;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment