Skip to content

Commit

Permalink
bricks/_common/mpconfigport: remove MICROPY_ENABLE_SYSTEM_ABORT
Browse files Browse the repository at this point in the history
Remove MICROPY_ENABLE_SYSTEM_ABORT. It was replaced by MICROPY_ENABLE_VM_ABORT some time ago.
  • Loading branch information
dlech authored Jan 19, 2025
1 parent 205788d commit cb6d726
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bricks/_common/mpconfigport.h
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
#define MICROPY_ENABLE_SOURCE_LINE (1)
#define MICROPY_ERROR_REPORTING (MICROPY_ERROR_REPORTING_DETAILED)
#endif
#define MICROPY_ENABLE_SYSTEM_ABORT (1)
#define MICROPY_BUILTIN_METHOD_CHECK_SELF_ARG (1)
#define MICROPY_PY_ASYNC_AWAIT (1)
#define MICROPY_MULTIPLE_INHERITANCE (0)
Expand Down

0 comments on commit cb6d726

Please sign in to comment.