diff options
| author | obe1line <[email protected]> | 2025-07-21 13:37:48 +1000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-21 13:37:48 +1000 |
| commit | 87f469792a5e41cb415ce51dd6fa85908248b478 (patch) | |
| tree | 297f699cfb05e01df348db1a50bc5ae5bc7882a7 /embassy-stm32/src/rcc | |
| parent | 876ad001128823e8069625c6ad7428c0fdabf7a8 (diff) | |
Added rcc_c0v2 to fix undefined McoSource with STM32C071
Diffstat (limited to 'embassy-stm32/src/rcc')
| -rw-r--r-- | embassy-stm32/src/rcc/mco.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-stm32/src/rcc/mco.rs b/embassy-stm32/src/rcc/mco.rs index 0371b9141..96e628b1a 100644 --- a/embassy-stm32/src/rcc/mco.rs +++ b/embassy-stm32/src/rcc/mco.rs | |||
| @@ -74,7 +74,7 @@ macro_rules! impl_peri { | |||
| 74 | }; | 74 | }; |
| 75 | } | 75 | } |
| 76 | 76 | ||
| 77 | #[cfg(any(rcc_c0, rcc_g0x0, rcc_g0x1, rcc_u0))] | 77 | #[cfg(any(rcc_c0, rcc_c0v2, rcc_g0x0, rcc_g0x1, rcc_u0))] |
| 78 | #[allow(unused_imports)] | 78 | #[allow(unused_imports)] |
| 79 | use self::{McoSource as Mco1Source, McoSource as Mco2Source}; | 79 | use self::{McoSource as Mco1Source, McoSource as Mco2Source}; |
| 80 | 80 | ||
