aboutsummaryrefslogtreecommitdiff
path: root/ports/bare-arm/mpconfigport.h
diff options
context:
space:
mode:
authorDamien George2020-06-16 21:42:48 +1000
committerDamien George2020-06-16 22:06:21 +1000
commit2c5993c59e083d11ba8b85e82eeea9c5020ac553 (patch)
treefa92f3a1cb8671bb2ac9d72ab189e8f067954f17 /ports/bare-arm/mpconfigport.h
parent178395031157f61af5426add2de1d76d91440b21 (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/bare-arm/mpconfigport.h')
-rw-r--r--ports/bare-arm/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/bare-arm/mpconfigport.h b/ports/bare-arm/mpconfigport.h
index 456767658..7fd236bfb 100644
--- a/ports/bare-arm/mpconfigport.h
+++ b/ports/bare-arm/mpconfigport.h
@@ -21,6 +21,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_MEMORYVIEW (0)