Static cortexm::syscall::SYSCALL_FIRED
source ยท #[no_mangle]pub static mut SYSCALL_FIRED: usize
Expand description
This is used in the syscall handler. When set to 1 this means the
svc_handler was called. Marked pub
because it is used in the cortex-m*
specific handler.