stm32: fix f37x build.
originally broke in https://github.com/embassy-rs/embassy/pull/1762
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#[cfg(not(adc_f3))]
|
||||
#[cfg(not(any(adc_f3, adc_f3_v2)))]
|
||||
macro_rules! impl_sample_time {
|
||||
($default_doc:expr, $default:ident, ($(($doc:expr, $variant:ident, $pac_variant:ident)),*)) => {
|
||||
#[doc = concat!("ADC sample time\n\nThe default setting is ", $default_doc, " ADC clock cycles.")]
|
||||
|
Reference in New Issue
Block a user