Skip to content

Commit a5be755

Browse files
authored
Remove superfluous warnings for board Arduino nano
1 parent 6c04a93 commit a5be755

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

variants/arduino_nano_nora/io_pin_remap.cpp

-8
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,6 @@
66
#error This build system is not supported. Please rebuild without BOARD_HAS_PIN_REMAP.
77
#endif
88

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-
179
#include "Arduino.h"
1810

1911
// NOTE: This must match with the remapped pin sequence in pins_arduino.h

0 commit comments

Comments
 (0)