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

Skip to content

Commit 76d2c28

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

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
@@ -60,6 +60,7 @@
6060
#define MICROPY_CPYTHON_COMPAT (0)
6161
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_NONE)
6262
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
63+
#define MICROPY_STREAMS_NON_BLOCK (1)
6364

6465
// fatfs configuration used in ffconf.h
6566
#define MICROPY_FATFS_ENABLE_LFN (1)

0 commit comments

Comments
 (0)
0