Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasshul committed Jan 4, 2025
1 parent b13065b commit 6fb2e1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/launch_task.c
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void Calc_Feeding()
break;
case (BURST):
break;
case (FULL_AUTO):
case (FULL_AUTO): ;
float feed_motor_velo = LAUNCH_FREQUENCY / FEED_HOLE_NUM * 60.0f; // TODO: might be wrong, copy pasted from swerve
DJI_Motor_Set_Control_Mode(g_feed_motor, VELOCITY_CONTROL);
DJI_Motor_Set_Velocity(g_feed_motor, feed_motor_velo);
Expand Down

0 comments on commit 6fb2e1b

Please sign in to comment.