diff --git a/examples/Fightstick/Fightstick.ino b/examples/Fightstick/Fightstick.ino index 3ca830e..cfd747d 100644 --- a/examples/Fightstick/Fightstick.ino +++ b/examples/Fightstick/Fightstick.ino @@ -45,7 +45,7 @@ void setup() BleGamepadConfiguration bleGamepadConfig; bleGamepadConfig.setAutoReport(false); - bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes + bleGamepadConfig.setWhichAxes(0, 0, 0, 0, 0, 0, 0, 0); // Disable all axes bleGamepadConfig.setButtonCount(numOfButtons); bleGamepadConfig.setHatSwitchCount(numOfHats); bleGamepad.begin(&bleGamepadConfig);