Skip to content

Commit 2284669

Browse files
committed
bricks/_common/mpconfigport: remove MICROPY_ENABLE_SYSTEM_ABORT
Remove MICROPY_ENABLE_SYSTEM_ABORT. It was replaced by MICROPY_ENABLE_VM_ABORT some time ago.
1 parent 205788d commit 2284669

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

bricks/_common/mpconfigport.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@
6262
#define MICROPY_ENABLE_SOURCE_LINE (1)
6363
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
6464
#endif
65-
#define MICROPY_ENABLE_SYSTEM_ABORT (1)
6665
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (1)
6766
#define MICROPY_PY_ASYNC_AWAIT (1)
6867
#define MICROPY_MULTIPLE_INHERITANCE (0)

0 commit comments

Comments
 (0)