Skip to content
This repository was archived by the owner on Aug 12, 2022. It is now read-only.

Commit 8b073ee

Browse files
committed
Forgot the "33"
1 parent fa53909 commit 8b073ee

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

variants/variants.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#ifdef CONFIG_BOARD_ARDUINO_NANO_33_BLE
2-
#include "arduino_nano_ble_pinmap.h"
2+
#include "arduino_nano_33_ble_pinmap.h"
33
#endif // CONFIG_BOARD_ARDUINO_NANO_33_BLE
44
#ifdef CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE
5-
#include "arduino_nano_ble_sense_pinmap.h"
5+
#include "arduino_nano_33_ble_sense_pinmap.h"
66
#endif // CONFIG_BOARD_ARDUINO_NANO_33_BLE_SENSE

0 commit comments

Comments
 (0)