Refactor: Impl From
for SampleTime
and Resolution
This commit is contained in:
@ -8,11 +8,10 @@
|
||||
#[cfg_attr(adc_v1, path = "v1.rs")]
|
||||
mod _version;
|
||||
|
||||
#[cfg(not(adc_v1))]
|
||||
mod sample_time;
|
||||
|
||||
#[cfg(not(any(adc_f1, adc_v1)))]
|
||||
mod resolution;
|
||||
#[cfg(not(adc_v1))]
|
||||
mod sample_time;
|
||||
|
||||
#[allow(unused)]
|
||||
pub use _version::*;
|
||||
|
Reference in New Issue
Block a user