diff options
Diffstat (limited to 'qemu-arm/mpconfigport.h')
-rw-r--r-- | qemu-arm/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qemu-arm/mpconfigport.h b/qemu-arm/mpconfigport.h index f9e1258619..a9f98e5ce2 100644 --- a/qemu-arm/mpconfigport.h +++ b/qemu-arm/mpconfigport.h @@ -18,6 +18,7 @@ #define MICROPY_PY_BUILTINS_FROZENSET (1) #define MICROPY_PY_BUILTINS_MEMORYVIEW (1) #define MICROPY_PY_IO (0) +#define MICROPY_PY_SYS_EXIT (1) // type definitions for the specific machine |