Skip to content

Commit df9b30c

Browse files
fix(3rd_party_board): apply PR suggestion to remove redundant PIN defines
in variants/fri3d_2024_esp32s3/pins_arduino.h Co-authored-by: Jan Procházka <[email protected]>
1 parent 02d0eb2 commit df9b30c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Diff for: variants/fri3d_2024_esp32s3/pins_arduino.h

-3
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@
77
#define USB_VID 0x303a
88
#define USB_PID 0x1001
99

10-
#define EXTERNAL_NUM_INTERRUPTS 46
11-
#define NUM_DIGITAL_PINS 48
12-
#define NUM_ANALOG_INPUTS 20
1310

1411
static const uint8_t LED_BUILTIN = 21;
1512
#define BUILTIN_LED LED_BUILTIN // backward compatibility

0 commit comments

Comments
 (0)