Skip to content

Commit 564e47b

Browse files
authored
Update IndividualAxes.ino - formatting
1 parent 0f398b7 commit 564e47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/IndividualAxes/IndividualAxes.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ void setup()
4343
bleGamepadConfig.setHatSwitchCount(2);
4444
bleGamepad.begin(&bleGamepadConfig); // Creates a gamepad with 128 buttons, 2 hat switches and x, y, z, rZ, rX, rY and 2 sliders (no simulation controls enabled by default)
4545

46-
// changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
46+
// Changing bleGamepadConfig after the begin function has no effect, unless you call the begin function again
4747
}
4848

4949
void loop()

0 commit comments

Comments
 (0)