diff options
Diffstat (limited to 'atmel-samd/mpconfigport.h')
| -rw-r--r-- | atmel-samd/mpconfigport.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index 166f257ef..48aa192cc 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -203,4 +203,6 @@ bool udi_msc_process_trans(void); #define MICROPY_VM_HOOK_LOOP udi_msc_process_trans(); #define MICROPY_VM_HOOK_RETURN udi_msc_process_trans(); +#define CIRCUITPY_AUTORELOAD_DELAY_MS 500 + #endif // __INCLUDED_MPCONFIGPORT_H |
