pub fn abort() -> !Expand description
Aborts the system.
This function will first attempt to power off the system. If that fails, it will halt all CPUs.
pub fn abort() -> !Aborts the system.
This function will first attempt to power off the system. If that fails, it will halt all CPUs.