Skip to content

Commit 2231387

Browse files
committed
fixed const warning with init thruster state
1 parent d3d9588 commit 2231387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pio_workspace/lib/power_custom/ThrusterControl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ extern const int16_t offCommand[8];
2525
void initThrusters();
2626

2727
// Updates the thrusters' PWM signal
28-
void updateThrusters(int16_t microseconds[8]);
28+
void updateThrusters(const int16_t microseconds[8]);
2929

3030
#endif

0 commit comments

Comments
 (0)