diff --git a/atmel-samd/mpconfigport.h b/atmel-samd/mpconfigport.h index 926bff72b6..341005795e 100644 --- a/atmel-samd/mpconfigport.h +++ b/atmel-samd/mpconfigport.h @@ -60,6 +60,7 @@ #define MICROPY_CPYTHON_COMPAT (0) #define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE) #define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT) +#define MICROPY_STREAMS_NON_BLOCK (1) // fatfs configuration used in ffconf.h #define MICROPY_FATFS_ENABLE_LFN (1)