diff options
| author | Damien George | 2016-04-13 15:31:30 +0100 |
|---|---|---|
| committer | Damien George | 2016-04-13 15:31:30 +0100 |
| commit | 6eb17c31a926f33428817277ba36bd4950f3500d (patch) | |
| tree | 55301d23ce16be8c72bea8739413e79f1050012d /pic16bit | |
| parent | c33df193bfbc09dc5c3b62db6507ad1a79e92ea6 (diff) | |
ports: Disable async/await on bare-arm, minimal, pic16bit, cc3200.
It costs 1188 bytes of code on Thumb 2 archs.
Diffstat (limited to 'pic16bit')
| -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 4921d7be2..af3029693 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) |
