Skip to content
Snippets Groups Projects
Commit 33e71c37 authored by Lorenz Meier's avatar Lorenz Meier
Browse files

Merge pull request #356 from julianoes/hotfix_io_override_bug

Fix bug where IO was in override mode for copter 
parents 50e3bb28 3a21cacd
No related branches found
No related tags found
No related merge requests found
......@@ -300,6 +300,8 @@ controls_tick() {
} else {
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
}
} else {
r_status_flags &= ~PX4IO_P_STATUS_FLAGS_OVERRIDE;
}
}
......
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