#[unsafe(no_mangle)]pub extern "C" fn _default_handler()
Expand description
Our default exception handler.
We end up here if an exception fires and the weak ‘PROVIDE’ in the link.x file hasn’t been over-ridden.
#[unsafe(no_mangle)]pub extern "C" fn _default_handler()
Our default exception handler.
We end up here if an exception fires and the weak ‘PROVIDE’ in the link.x file hasn’t been over-ridden.