stm32/adc: Fix ADC support for STM32G0

This commit is contained in:
Ben Gamari
2021-08-30 15:34:37 -04:00
parent e2e0464d04
commit aa4069fe10
3 changed files with 139 additions and 41 deletions

View File

@@ -1,7 +1,7 @@
#![macro_use]
#[cfg_attr(adc_v3, path = "v3.rs")]
#[cfg_attr(adc_g0, path = "g0.rs")]
#[cfg_attr(adc_g0, path = "v3.rs")]
mod _version;
#[allow(unused)]