Fix bare-metal compile

This commit is contained in:
Guillume DIDIER 2022-09-23 11:52:22 +02:00 committed by Guillaume DIDIER
parent bc684eca89
commit 2e8c82f347

View File

@ -19,7 +19,6 @@ assert_cfg!(
);
pub mod cache_info;
mod calibrate_2t;
pub mod calibration;
pub mod complex_addressing;
#[cfg(feature = "use_std")]