atmel-samd: Increase autoreset delay to reduce duplicate resets.

This commit is contained in:
Scott Shawcroft 2016-10-31 11:31:33 -07:00
parent 7a24abb27c
commit f42b41e1e9
3 changed files with 3 additions and 3 deletions

View File

@ -9,4 +9,4 @@
#define MICROPY_HW_NEOPIXEL PIN_PB22
#define AUTORESET_DELAY_MS 10
#define AUTORESET_DELAY_MS 500

View File

@ -6,4 +6,4 @@
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Adalogger"
#define MICROPY_HW_MCU_NAME "samd21g18"
#define AUTORESET_DELAY_MS 10
#define AUTORESET_DELAY_MS 500

View File

@ -6,4 +6,4 @@
#define MICROPY_HW_BOARD_NAME "Adafruit Feather M0 Basic"
#define MICROPY_HW_MCU_NAME "samd21g18"
#define AUTORESET_DELAY_MS 10
#define AUTORESET_DELAY_MS 500