From fe9c28538ce754e0d129f3f6b5ff23c2467eb05a Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Mon, 14 Nov 2016 16:28:43 -0800 Subject: atmel-samd: Turn off using the red LED to show mass storage writes. --- atmel-samd/boards/metro_m0_flash/mpconfigboard.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3