diff options
Diffstat (limited to 'pic16bit/mpconfigport.h')
-rw-r--r-- | pic16bit/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pic16bit/mpconfigport.h b/pic16bit/mpconfigport.h index 4921d7be2a..af30296935 100644 --- a/pic16bit/mpconfigport.h +++ b/pic16bit/mpconfigport.h @@ -43,6 +43,7 @@ #define MICROPY_ENABLE_SOURCE_LINE (0) #define MICROPY_ENABLE_DOC_STRING (0) #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) +#define MICROPY_PY_ASYNC_AWAIT (0) #define MICROPY_PY_BUILTINS_BYTEARRAY (0) #define MICROPY_PY_BUILTINS_MEMORYVIEW (0) #define MICROPY_PY_BUILTINS_FROZENSET (0) |