Skip to content

Commit e8e1609

Browse files
committed
change(board-support) - remove entries that are already globally defined
1 parent fbf9ad0 commit e8e1609

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

variants/aslcanx2/pins_arduino.h

-8
Original file line numberDiff line numberDiff line change
@@ -7,18 +7,10 @@
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
13-
1410
static const uint8_t LED_BUILTIN = 2;
1511
#define BUILTIN_LED LED_BUILTIN // backward compatibility
1612
#define LED_BUILTIN LED_BUILTIN
1713

18-
#define analogInputToDigitalPin(p) (((p)<20)?(analogChannelToDigitalPin(p)):-1)
19-
#define digitalPinToInterrupt(p) (((p)<48)?(p):-1)
20-
#define digitalPinHasPWM(p) (p < 46)
21-
2214
static const uint8_t CAN1_RX = 6;
2315
static const uint8_t CAN1_TX = 7;
2416

0 commit comments

Comments
 (0)