mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +00:00
Add missing files for G0
This commit is contained in:
parent
e6eb45eaee
commit
4dccda085f
1
embassy-stm32/src/adc/g0.rs
Normal file
1
embassy-stm32/src/adc/g0.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,6 +1,7 @@
|
||||
#![macro_use]
|
||||
|
||||
#[cfg_attr(adc_v3, path = "v3.rs")]
|
||||
#[cfg_attr(adc_g0, path = "g0.rs")]
|
||||
mod _version;
|
||||
|
||||
#[allow(unused)]
|
||||
|
1
embassy-stm32/src/pwr/g0.rs
Normal file
1
embassy-stm32/src/pwr/g0.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -1,6 +1,7 @@
|
||||
#[cfg_attr(any(pwr_h7, pwr_h7smps), path = "h7.rs")]
|
||||
#[cfg_attr(pwr_f4, path = "f4.rs")]
|
||||
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
||||
#[cfg_attr(pwr_g0, path = "g0.rs")]
|
||||
mod _version;
|
||||
|
||||
pub use _version::*;
|
||||
|
Loading…
Reference in New Issue
Block a user