mirror of
https://github.com/micropython/micropython.git
synced 2026-01-10 14:07:14 +01:00
Helpful when porting existing C libraries to MicroPython. abort()ing in embedded environment isn't a good idea, so when compiling such library, -Dabort=abort_ option can be given to redirect standard abort() to this "safe" version.