Skip to content

Commit 02d0eb2

Browse files
fix(3rd_party_board): apply PR suggestion to remove moved defines
in variants/fri3d_2024_esp32s3/pins_arduino.h Co-authored-by: Jan Procházka <90197375+P-R-O-C-H-Y@users.noreply.github.com>
1 parent 52ad3b4 commit 02d0eb2

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/fri3d_2024_esp32s3/pins_arduino.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ static const uint8_t LED_BUILTIN = 21;
1717
#define RGB_BUILTIN LED_BUILTIN
1818
#define RGB_BRIGHTNESS 64
1919

20-
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
21-
#define digitalPinToInterrupt(p) (((p)<49)?(p):-1)
22-
#define digitalPinHasPWM(p) (p < 46)
2320

2421
static const uint8_t TX = 43;
2522
static const uint8_t RX = 44;

0 commit comments

Comments
 (0)