Skip to content

Commit 037139a

Browse files
authored
remove bootpin
1 parent 222bdd3 commit 037139a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libraries/USB/examples/HIDGamepad/HIDGamepad.ino

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,6 @@ GamepadReport report;
9292

9393
// ---------------- GPIO BUTTON SETUP ----------------
9494

95-
const uint8_t BOOT_PIN = 0;
96-
9795
// BUTTON PINS
9896
const uint8_t A_BUTTON = 36; // GPIO36, SPIIO7, FSPICLK.
9997
const uint8_t B_BUTTON = 37; // GPIO37, SPIDQS, FSPIQ.

0 commit comments

Comments
 (0)