We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d9588 commit 2231387Copy full SHA for 2231387
pio_workspace/lib/power_custom/ThrusterControl.h
@@ -25,6 +25,6 @@ extern const int16_t offCommand[8];
25
void initThrusters();
26
27
// Updates the thrusters' PWM signal
28
-void updateThrusters(int16_t microseconds[8]);
+void updateThrusters(const int16_t microseconds[8]);
29
30
#endif
0 commit comments