Skip to content

Commit 7d64632

Browse files
committed
cores: restrict connector support to arduino_header
1 parent 8867116 commit 7d64632

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

cores/arduino/Arduino.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -104,15 +104,6 @@
104104
#define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_19 D13
105105
#define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_20 D14
106106
#define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_21 D15
107-
108-
#elif DT_NODE_EXISTS(DT_NODELABEL(arduino_mkr_header))
109-
#define ZARD_CONNECTOR arduino_mkr_header
110-
#elif DT_NODE_EXISTS(DT_NODELABEL(arduino_nano_header))
111-
#define ZARD_CONNECTOR arduino_nano_header
112-
#elif DT_NODE_EXISTS(DT_NODELABEL(pico_header))
113-
#define ZARD_CONNECTOR pico_header
114-
#elif DT_NODE_EXISTS(DT_NODELABEL(boosterpack_header))
115-
#define ZARD_CONNECTOR boosterpack_header
116107
#endif
117108

118109
#if DT_NODE_EXISTS(DT_NODELABEL(arduino_adc))

0 commit comments

Comments
 (0)