From fc78f6950fb31f7d569f99cfc1056d19b966e5c5 Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 27 Oct 2016 17:49:52 -0700 Subject: [PATCH] atmel-samd: Add D13 as flash write indicator on Arduino Zero. --- atmel-samd/boards/arduino_zero/mpconfigboard.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/atmel-samd/boards/arduino_zero/mpconfigboard.h b/atmel-samd/boards/arduino_zero/mpconfigboard.h index 42b4e76358..34a22c81ae 100644 --- a/atmel-samd/boards/arduino_zero/mpconfigboard.h +++ b/atmel-samd/boards/arduino_zero/mpconfigboard.h @@ -1,11 +1,9 @@ -// LEDs -#define MICROPY_HW_LED1 PIN_PA17 // red -// #define UART_REPL #define USB_REPL #define MICROPY_HW_BOARD_NAME "Arduino Zero" #define MICROPY_HW_MCU_NAME "samd21g18" +#define MICROPY_HW_LED_MSC PIN_PA17 // red #define MICROPY_HW_LED_TX PIN_PA27 #define MICROPY_HW_LED_RX PIN_PB03