cortex-m-macros 0.7.8

Attributes used by `cortex-m`
Documentation
1
2
3
4
5
use cortex_m_macros::asm_wrapper;
#[allow(unused)]
fn blah() {
    ::core::panicking::panic("not implemented")
}