atmel-samd: Turn off using the red LED to show mass storage writes.

This commit is contained in:
Scott Shawcroft 2016-11-14 16:28:43 -08:00 committed by Scott Shawcroft
parent 3cfa5b993d
commit fe9c28538c

View File

@ -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