Feature gate critical-section-impl

This commit is contained in:
kalkyl
2022-12-10 12:57:45 +01:00
parent cc0248d83a
commit d8821cfd41
5 changed files with 11 additions and 4 deletions

View File

@@ -5,7 +5,9 @@
// This mod MUST go first, so that the others see its macros.
pub(crate) mod fmt;
#[cfg(feature = "critical-section-impl")]
mod critical_section_impl;
mod intrinsics;
pub mod adc;