esp8266: Enable non-blocking stream support.

This commit is contained in:
Paul Sokolovsky 2016-01-03 07:19:04 +02:00
parent 5bc9398d9d
commit 494aea3e86
1 changed files with 1 additions and 0 deletions

View File

@ -54,6 +54,7 @@
#define MICROPY_LONGINT_IMPL (MICROPY_LONGINT_IMPL_MPZ)
#define MICROPY_FLOAT_IMPL (MICROPY_FLOAT_IMPL_FLOAT)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE)
#define MICROPY_STREAMS_NON_BLOCK (1)
#define MICROPY_MODULE_FROZEN (1)
#define MICROPY_MODULE_FROZEN_LEXER mp_lexer_new_from_str32