Skip to content

Commit

Permalink
atmel-samd: Rename the Feather M0 BLE to Feather M0 Bluefruit LE.
Browse files Browse the repository at this point in the history
  • Loading branch information
tannewt committed Aug 31, 2016
1 parent a6bc701 commit 1725710
Show file tree
Hide file tree
Showing 10 changed files with 4 additions and 4 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -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"

Expand All @@ -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__

0 comments on commit 1725710

Please sign in to comment.