cortex-m-macros 0.7.8

Attributes used by `cortex-m`
Documentation
1
2
3
4
5
6
7
8
use cortex_m_macros::asm_cfg;

fn main() {}

#[asm_cfg(testcfg)]
fn blah() {
    println!("")
}