diff options
| -rw-r--r-- | embassy-stm32/src/rcc/c0.rs | 2 |
1 files changed, 0 insertions, 2 deletions
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 { | |||
| 60 | } | 60 | } |
| 61 | 61 | ||
| 62 | impl Config { | 62 | impl Config { |
| 63 | #[inline] | ||
| 64 | pub const fn new() -> Self { | 63 | pub const fn new() -> Self { |
| 65 | Config { | 64 | Config { |
| 66 | hsi: Some(Hsi { | 65 | hsi: Some(Hsi { |
| @@ -78,7 +77,6 @@ impl Config { | |||
| 78 | } | 77 | } |
| 79 | 78 | ||
| 80 | impl Default for Config { | 79 | impl Default for Config { |
| 81 | #[inline] | ||
| 82 | fn default() -> Config { | 80 | fn default() -> Config { |
| 83 | Self::new() | 81 | Self::new() |
| 84 | } | 82 | } |
