p256_cortex_m4_sys/
lib.rs

1#![no_std]
2#![allow(non_camel_case_types)]
3#![allow(non_upper_case_globals)]
4#[cfg(all(cortex_m4, feature = "bindgen"))]
5include!(concat!(env!("OUT_DIR"), "/bindings.rs"));
6#[cfg(all(cortex_m4, not(feature = "bindgen")))]
7include!("bindings.rs");