Skip to content

Commit f19c919

Browse files
committed
Removed redundant defines from circuitplay variant
1 parent e4124f7 commit f19c919

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

variants/circuitplay/variant.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
#define portInputRegister(port) (&(port->IN.reg))
5252
#define portModeRegister(port) (&(port->DIR.reg))
5353
#define digitalPinHasPWM(P) (g_APinDescription[P].ulPWMChannel != NOT_ON_PWM || g_APinDescription[P].ulTCChannel != NOT_ON_TIMER)
54-
#define digitalPinToInterrupt(P) (g_APinDescription[P].ulExtInt)
5554

5655
/*
5756
* digitalPinToTimer(..) is AVR-specific and is not defined for SAMD
@@ -71,10 +70,8 @@
7170

7271
#define PIN_LED_RXL (25u)
7372
#define PIN_LED_TXL (26u)
74-
#define PIN_LED PIN_LED_13
7573
#define PIN_LED2 PIN_LED_RXL
7674
#define PIN_LED3 PIN_LED_TXL
77-
#define LED_BUILTIN PIN_LED_13
7875

7976
/*
8077
* Analog pins

0 commit comments

Comments
 (0)