Skip to content

Commit 0f398b7

Browse files
authored
Update Fightstick.ino - formatting
1 parent 319cb95 commit 0f398b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/Fightstick/Fightstick.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ void setup()
4545

4646
BleGamepadConfiguration bleGamepadConfig;
4747
bleGamepadConfig.setAutoReport(false);
48-
bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes
48+
bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes
4949
bleGamepadConfig.setButtonCount(numOfButtons);
5050
bleGamepadConfig.setHatSwitchCount(numOfHats);
5151
bleGamepad.begin(&bleGamepadConfig);

0 commit comments

Comments
 (0)