We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c04a93 commit a5be755Copy full SHA for a5be755
variants/arduino_nano_nora/io_pin_remap.cpp
@@ -6,14 +6,6 @@
6
#error This build system is not supported. Please rebuild without BOARD_HAS_PIN_REMAP.
7
#endif
8
9
-#if !defined(BOARD_HAS_PIN_REMAP)
10
-// This board uses pin mapping but the build system has disabled it
11
-#warning The build system forces the Arduino API to use GPIO numbers on a board that has custom pin mapping.
12
-#elif defined(BOARD_USES_HW_GPIO_NUMBERS)
13
-// The user has chosen to disable pin mapping.
14
-#warning The Arduino API will use GPIO numbers for this build.
15
-#endif
16
-
17
#include "Arduino.h"
18
19
// NOTE: This must match with the remapped pin sequence in pins_arduino.h
0 commit comments