We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e5eda1 commit ab8cff4Copy full SHA for ab8cff4
src/codal_port/mpconfigport.h
@@ -57,6 +57,7 @@
57
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
58
#define MICROPY_ENABLE_SOURCE_LINE (1)
59
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
60
+#define MICROPY_STREAMS_NON_BLOCK (1)
61
#define MICROPY_MODULE_BUILTIN_INIT (1)
62
#define MICROPY_MODULE_WEAK_LINKS (1)
63
#define MICROPY_MODULE_FROZEN_MPY (1)
0 commit comments