diff --git a/embassy-stm32/src/rcc/c0.rs b/embassy-stm32/src/rcc/c0.rs index 68f67af01..cac2a9149 100644 --- a/embassy-stm32/src/rcc/c0.rs +++ b/embassy-stm32/src/rcc/c0.rs @@ -60,7 +60,6 @@ pub struct Config { } impl Config { - #[inline] pub const fn new() -> Self { Config { hsi: Some(Hsi { @@ -78,7 +77,6 @@ impl Config { } impl Default for Config { - #[inline] fn default() -> Config { Self::new() }