Function __ostd_panic_handler

Source
#[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].