Skip to content

Commit 901803b

Browse files
committed
Eliminate pin definitions for Nano 33 IoT.
1 parent b669ae0 commit 901803b

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/Arduino_10BASE_T1S.h

+1-5
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,7 @@
3131
* CONSTANTS
3232
**************************************************************************************/
3333

34-
#if defined(ARDUINO_SAMD_NANO_33_IOT)
35-
static int const CS_PIN = 10;
36-
static int const RESET_PIN = 9;
37-
static int const IRQ_PIN = 2;
38-
#elif defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_GIGA)
34+
#if defined(ARDUINO_SAMD_ZERO) || defined(ARDUINO_MINIMA) || defined(ARDUINO_UNOWIFIR4) || defined(ARDUINO_AVR_UNO_WIFI_REV2) || defined(ARDUINO_GIGA)
3935
/* Those are all boards with the Arduino Uno form factor for the T1S shield. */
4036
static int const CS_PIN = 9;
4137
static int const RESET_PIN = 4;

0 commit comments

Comments
 (0)