diff options
| author | Scott Shawcroft <scott@chickadee.tech> | 2016-11-14 16:28:43 -0800 |
|---|---|---|
| committer | Scott Shawcroft <scott.shawcroft@gmail.com> | 2016-11-18 16:18:13 -0800 |
| commit | fe9c28538ce754e0d129f3f6b5ff23c2467eb05a (patch) | |
| tree | d7e965346c549aae9dc536d4f42c5ae075609bca /atmel-samd/boards | |
| parent | 3cfa5b993da0668f3b5d7c958c56b8a8b596c163 (diff) | |
atmel-samd: Turn off using the red LED to show mass storage writes.
Diffstat (limited to 'atmel-samd/boards')
| -rw-r--r-- | atmel-samd/boards/metro_m0_flash/mpconfigboard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/atmel-samd/boards/metro_m0_flash/mpconfigboard.h b/atmel-samd/boards/metro_m0_flash/mpconfigboard.h index 50cbb271f..4b2f31b50 100644 --- a/atmel-samd/boards/metro_m0_flash/mpconfigboard.h +++ b/atmel-samd/boards/metro_m0_flash/mpconfigboard.h @@ -4,7 +4,7 @@ #define MICROPY_HW_BOARD_NAME "Adafruit Metro M0 with Flash (Experimental)" #define MICROPY_HW_MCU_NAME "samd21g18" -#define MICROPY_HW_LED_MSC PIN_PA17 +//#define MICROPY_HW_LED_MSC PIN_PA17 #define MICROPY_HW_LED_TX PIN_PA27 #define MICROPY_HW_LED_RX PIN_PB03 |
