8000 atmel-samd: Switch streams to non-blocking mode. Fixes #159. · ladyada/circuitpython@e02e423 · GitHub
[go: up one dir, main page]

Skip to content

Commit e02e423

Browse files
committed
atmel-samd: Switch streams to non-blocking mode. Fixes adafruit#159.
1 parent ffc37fa commit e02e423

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

atmel-samd/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@
6464
#define MICROPY_CPYTHON_COMPAT (0)
6565
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
6666
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
67+
#define MICROPY_STREAMS_NON_BLOCK (1)
6768

6869
// fatfs configuration used in ffconf.h
6970
#define MICROPY_FATFS_ENABLE_LFN (1)

0 commit comments

Comments
 (0)
0