Skip to content

Commit

Permalink
#49: Fixed buf in main.c
Browse files Browse the repository at this point in the history
  • Loading branch information
aul12 committed Dec 30, 2022
1 parent 6628cf9 commit 53984e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ void timer_tick(void) {
break;
}
case MODE_REMOTE:
actuator_cmd.motor = remote_data.throttle_raw;
actuator_cmd.motor = remote_data.throttle_mixed;
actuator_cmd.elevon_left = remote_data.elevon_left_mixed - SERVO_REMOTE_OFFSET;
actuator_cmd.elevon_right = remote_data.elevon_right_mixed - SERVO_REMOTE_OFFSET;
break;
Expand Down

0 comments on commit 53984e0

Please sign in to comment.