diff options
| -rw-r--r-- | embassy-stm32/src/rcc/wba.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/src/rcc/wba.rs b/embassy-stm32/src/rcc/wba.rs index 98d2dcf0e..b9fc4e423 100644 --- a/embassy-stm32/src/rcc/wba.rs +++ b/embassy-stm32/src/rcc/wba.rs | |||
| @@ -38,7 +38,6 @@ pub struct Config { | |||
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | impl Config { | 40 | impl Config { |
| 41 | #[inline] | ||
| 42 | pub const fn new() -> Self { | 41 | pub const fn new() -> Self { |
| 43 | Config { | 42 | Config { |
| 44 | hse: None, | 43 | hse: None, |
| @@ -56,7 +55,6 @@ impl Config { | |||
| 56 | } | 55 | } |
| 57 | 56 | ||
| 58 | impl Default for Config { | 57 | impl Default for Config { |
| 59 | #[inline] | ||
| 60 | fn default() -> Config { | 58 | fn default() -> Config { |
| 61 | Self::new() | 59 | Self::new() |
| 62 | } | 60 | } |
