Skip to content

Commit f13cfc4

Browse files
committed
whitespace
1 parent 2964447 commit f13cfc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GameportToUSB/GameportToUSB.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ void setup()
2525
{
2626
pinMode(LED_BUILTIN, OUTPUT);
2727

28-
USBHID.begin(HID_JOYSTICK);
28+
USBHID.begin(HID_JOYSTICK);
2929
digitalWrite(LED_BUILTIN, 1);
3030
controller.begin();
3131
adc_set_sample_rate(ADC1, ADC_SMPR_13_5); // ADC_SMPR_13_5, ADC_SMPR_1_5

0 commit comments

Comments
 (0)