diff options
| author | Damien George | 2020-06-16 21:42:48 +1000 |
|---|---|---|
| committer | Damien George | 2020-06-16 22:06:21 +1000 |
| commit | 2c5993c59e083d11ba8b85e82eeea9c5020ac553 (patch) | |
| tree | fa92f3a1cb8671bb2ac9d72ab189e8f067954f17 /ports/minimal/mpconfigport.h | |
| parent | 178395031157f61af5426add2de1d76d91440b21 (diff) | |
ports: Disable MICROPY_PY_ASSIGN_EXPR in bare-arm and minimal ports.
To keep these ports as minimal as possible.
Diffstat (limited to 'ports/minimal/mpconfigport.h')
| -rw-r--r-- | ports/minimal/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/minimal/mpconfigport.h b/ports/minimal/mpconfigport.h index c3bdf66c1..b34217f68 100644 --- a/ports/minimal/mpconfigport.h +++ b/ports/minimal/mpconfigport.h @@ -19,6 +19,7 @@ #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_ASSIGN_EXPR (0) #define MICROPY_PY_BUILTINS_BYTEARRAY (0) #define MICROPY_PY_BUILTINS_DICT_FROMKEYS (0) #define MICROPY_PY_BUILTINS_ENUMERATE (0) |
