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 /bare-arm | |
| 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 'bare-arm')
| -rw-r--r-- | bare-arm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bare-arm/mpconfigport.h b/bare-arm/mpconfigport.h index fe92dd4b7..caf37419a 100644 --- a/bare-arm/mpconfigport.h +++ b/bare-arm/mpconfigport.h @@ -20,6 +20,7 @@ #define MICROPY_ENABLE_DOC_STRING (0) #define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_TERSE) #define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (0) +#define MICROPY_PY_ASYNC_AWAIT (0) #define MICROPY_PY_BUILTINS_BYTEARRAY (0) #define MICROPY_PY_BUILTINS_MEMORYVIEW (0) #define MICROPY_PY_BUILTINS_ENUMERATE (0) |
