atmel-samd: Rename the Feather M0 BLE to Feather M0 Bluefruit LE.
This commit is contained in:
parent
a6bc701917
commit
1725710feb
|
@ -3,5 +3,5 @@
|
|||
// #define UART_REPL
|
||||
#define USB_REPL
|
||||
|
||||
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 BLE"
|
||||
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Bluefruit LE"
|
||||
#define MICROPY_HW_MCU_NAME "samd21g18"
|
|
@ -1,6 +1,6 @@
|
|||
|
||||
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
|
||||
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
|
||||
#ifndef __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
|
||||
#define __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
|
||||
|
||||
#include "modmachine_pin.h"
|
||||
|
||||
|
@ -25,4 +25,4 @@ extern const pin_obj_t pin_PA16;
|
|||
extern const pin_obj_t pin_PA19;
|
||||
extern const pin_obj_t pin_PA17;
|
||||
|
||||
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLE_PINS_H__
|
||||
#endif // __MICROPY_INCLUDED_ATMEL_SAMD_BOARDS_FEATHER_M0_BLUEFRUIT_LE_PINS_H__
|
Loading…
Reference in New Issue