Skip to content

Commit e8d6af9

Browse files
fix to feather name
1 parent 6e2cf6a commit e8d6af9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

examples/API/BLE_Settings/BLE_Settings.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
const int pin = 5;
3434
bool activeState = false;
3535
#endif
36-
#ifdef ADAFRUIT_FEATHER_M0_EXPRESS
36+
#ifdef ARDUINO_SAMD_FEATHER_M0
3737
const int pin = 5;
3838
bool activeState = false;
3939
#endif

examples/API/USB_Settings/USB_Settings.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
const int pin = 5;
3434
bool activeState = false;
3535
#endif
36-
#ifdef ADAFRUIT_FEATHER_M0_EXPRESS
36+
#ifdef ARDUINO_SAMD_FEATHER_M0
3737
const int pin = 5;
3838
bool activeState = false;
3939
#endif

examples/Hardware/feather_neokey2/feather_neokey2.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
const int pin = 5;
3333
bool activeState = false;
3434
#endif
35-
#ifdef ADAFRUIT_FEATHER_M0_EXPRESS
35+
#ifdef ARDUINO_SAMD_FEATHER_M0
3636
const int pin = 5;
3737
bool activeState = false;
3838
#endif

0 commit comments

Comments
 (0)