stm32: add stm32g4 support.
This commit is contained in:
1
embassy-stm32/src/pwr/g4.rs
Normal file
1
embassy-stm32/src/pwr/g4.rs
Normal file
@ -0,0 +1 @@
|
||||
|
@ -3,6 +3,7 @@
|
||||
#[cfg_attr(pwr_f7, path = "f7.rs")]
|
||||
#[cfg_attr(pwr_wl5, path = "wl5.rs")]
|
||||
#[cfg_attr(pwr_g0, path = "g0.rs")]
|
||||
#[cfg_attr(pwr_g4, path = "g4.rs")]
|
||||
#[cfg_attr(pwr_l1, path = "l1.rs")]
|
||||
#[cfg_attr(pwr_u5, path = "u5.rs")]
|
||||
mod _version;
|
||||
|
Reference in New Issue
Block a user