From 0f398b7c58b5e6fd86afe92bcc14afc457c553fb Mon Sep 17 00:00:00 2001 From: lemmingDev Date: Wed, 29 Jan 2025 22:08:51 +0900 Subject: [PATCH] Update Fightstick.ino - formatting --- examples/Fightstick/Fightstick.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);