embassy-hal-internal 0.2.0

Internal implementation details for Embassy HALs. DO NOT USE DIRECTLY.
Documentation
1
2
3
4
5
6
7
#[path = "./build_common.rs"]
mod common;

fn main() {
    let mut cfgs = common::CfgSet::new();
    common::set_target_cfgs(&mut cfgs);
}