diff options
| -rw-r--r-- | embassy-stm32/src/rcc/g0.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/src/rcc/g0.rs b/embassy-stm32/src/rcc/g0.rs index c03cbf9a8..ce6398afd 100644 --- a/embassy-stm32/src/rcc/g0.rs +++ b/embassy-stm32/src/rcc/g0.rs | |||
| @@ -98,7 +98,6 @@ pub struct Config { | |||
| 98 | } | 98 | } |
| 99 | 99 | ||
| 100 | impl Config { | 100 | impl Config { |
| 101 | #[inline] | ||
| 102 | pub const fn new() -> Self { | 101 | pub const fn new() -> Self { |
| 103 | Config { | 102 | Config { |
| 104 | hsi: Some(Hsi { | 103 | hsi: Some(Hsi { |
| @@ -120,7 +119,6 @@ impl Config { | |||
| 120 | } | 119 | } |
| 121 | 120 | ||
| 122 | impl Default for Config { | 121 | impl Default for Config { |
| 123 | #[inline] | ||
| 124 | fn default() -> Config { | 122 | fn default() -> Config { |
| 125 | Self::new() | 123 | Self::new() |
| 126 | } | 124 | } |
