//! Directly plug a `main` symbol instead of using `entry!`
extern crate cortex_m_rt as rt;
extern crate panic_semihosting;
use ExceptionFrame;
pub unsafe extern "C" !
// the hard fault handler
exception!;
!
// the default exception handler
exception!;