mirror of
https://github.com/mudita/MuditaOS.git
synced 2026-04-19 14:40:57 -04:00
Calling abort() or exit() from the interrupt context causes that the phone enters into bootloop, because in the exception mode ISR cannot be used. We are add guards for prevent clean system shudown when abort is called from the ISR context. Signed-off-by: Lucjan Bryndza <lucjan.bryndza@mudita.com>