Skip to content

Commit da43407

Browse files
committed
fix typo, add test.only file, add device to folder name to prepare for metro version
1 parent 7edbbf2 commit da43407

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed

USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/.feather_rp2040.test.only

Whitespace-only changes.

USB_SNES_Gamepad/Arduino_USB_Host/snes_gamepad_simpletest.ino renamed to USB_SNES_Gamepad/Arduino_Feather_RP2040_USB_Host/snes_gamepad_simpletest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ void setup() {
5757
usb_hid.setReportDescriptor(desc_hid_report, sizeof(desc_hid_report));
5858
usb_hid.begin();
5959

60-
// If already enumerated, additional class driverr begin() e.g msc, hid, midi won't take effect until re-enumeration
60+
// If already enumerated, additional class driver begin() e.g msc, hid, midi won't take effect until re-enumeration
6161
if (TinyUSBDevice.mounted()) {
6262
TinyUSBDevice.detach();
6363
delay(10);

0 commit comments

Comments
 (0)