atmel-samd: Increase autoreset delay to reduce duplicate resets.
This commit is contained in:
parent
7a24abb27c
commit
f42b41e1e9
@ -9,4 +9,4 @@
|
||||
|
||||
#define MICROPY_HW_NEOPIXEL PIN_PB22
|
||||
|
||||
#define AUTORESET_DELAY_MS 10
|
||||
#define AUTORESET_DELAY_MS 500
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user