From 7d646328aa3b4af62cb8a36ab5ba13dae8dc67f2 Mon Sep 17 00:00:00 2001 From: TOKITA Hiroshi Date: Wed, 11 Feb 2026 21:54:49 +0900 Subject: [PATCH] cores: restrict connector support to arduino_header --- cores/arduino/Arduino.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/cores/arduino/Arduino.h b/cores/arduino/Arduino.h index f82a70d35..af9d7e0d5 100644 --- a/cores/arduino/Arduino.h +++ b/cores/arduino/Arduino.h @@ -104,15 +104,6 @@ #define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_19 D13 #define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_20 D14 #define ZARD_ARDUINO_HEADER_R3_DIGITAL_MAP_21 D15 - -#elif DT_NODE_EXISTS(DT_NODELABEL(arduino_mkr_header)) -#define ZARD_CONNECTOR arduino_mkr_header -#elif DT_NODE_EXISTS(DT_NODELABEL(arduino_nano_header)) -#define ZARD_CONNECTOR arduino_nano_header -#elif DT_NODE_EXISTS(DT_NODELABEL(pico_header)) -#define ZARD_CONNECTOR pico_header -#elif DT_NODE_EXISTS(DT_NODELABEL(boosterpack_header)) -#define ZARD_CONNECTOR boosterpack_header #endif #if DT_NODE_EXISTS(DT_NODELABEL(arduino_adc))