From a5be7555fa359dd78610f8785c84b80f53278482 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 21 Mar 2025 13:30:22 +0100 Subject: [PATCH] Remove superfluous warnings for board Arduino nano --- variants/arduino_nano_nora/io_pin_remap.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/variants/arduino_nano_nora/io_pin_remap.cpp b/variants/arduino_nano_nora/io_pin_remap.cpp index f615f572905..867ca54577f 100644 --- a/variants/arduino_nano_nora/io_pin_remap.cpp +++ b/variants/arduino_nano_nora/io_pin_remap.cpp @@ -6,14 +6,6 @@ #error This build system is not supported. Please rebuild without BOARD_HAS_PIN_REMAP. #endif -#if !defined(BOARD_HAS_PIN_REMAP) -// This board uses pin mapping but the build system has disabled it -#warning The build system forces the Arduino API to use GPIO numbers on a board that has custom pin mapping. -#elif defined(BOARD_USES_HW_GPIO_NUMBERS) -// The user has chosen to disable pin mapping. -#warning The Arduino API will use GPIO numbers for this build. -#endif - #include "Arduino.h" // NOTE: This must match with the remapped pin sequence in pins_arduino.h