#[no_mangle]
pub fn __ostd_panic_handler(info: &PanicInfo<'_>) -> !Expand description
The default panic handler for OSTD based kernels.
The user can override it by defining their own panic handler with the macro
#[ostd::panic_handler].
#[no_mangle]
pub fn __ostd_panic_handler(info: &PanicInfo<'_>) -> !The default panic handler for OSTD based kernels.
The user can override it by defining their own panic handler with the macro
#[ostd::panic_handler].