Skip to content

Commit 1725710

Browse files
committed
atmel-samd: Rename the Feather M0 BLE to Feather M0 Bluefruit LE.
1 parent a6bc701 commit 1725710

File tree

10 files changed

+4
-4
lines changed

10 files changed

+4
-4
lines changed

atmel-samd/boards/feather_m0_ble/mpconfigboard.h renamed to atmel-samd/boards/feather_m0_bluefruit_le/mpconfigboard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
// #define UART_REPL
44
#define USB_REPL
55

6-
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 BLE"
6+
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Bluefruit LE"
77
#define MICROPY_HW_MCU_NAME "samd21g18"

atmel-samd/boards/feather_m0_ble/pins.h renamed to atmel-samd/boards/feather_m0_bluefruit_le/pins.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

2-
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
3-
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
2+
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
3+
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
44

55
#include "modmachine_pin.h"
66

@@ -25,4 +25,4 @@ extern const pin_obj_t pin_PA16;
2525
extern const pin_obj_t pin_PA19;
2626
extern const pin_obj_t pin_PA17;
2727

28-
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
28+
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__

0 commit comments

Comments
 (0)