We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92544ad commit 91ce395Copy full SHA for 91ce395
variants/variants.h
@@ -6,7 +6,7 @@
6
#endif // CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE
7
#ifdef CONFIG_BOARD_ARDUINO_NANO_33_IOT
8
#include <arduino_nano_33_iot_pinmap.h>
9
-#endif // CONFIG_BOARD_ARDUINO_NANO_33_IOT
+#endif /* CONFIG_BOARD_ARDUINO_NANO_33_IOT */
10
#ifdef CONFIG_BOARD_NRF52840DK_NRF52840
11
#include "nrf52840dk_nrf52840_pinmap.h"
12
#endif // CONFIG_BOARD_NRF52840DK_NRF52840
0 commit comments