aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-stm32/src/rcc/g4.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/embassy-stm32/src/rcc/g4.rs b/embassy-stm32/src/rcc/g4.rs
index e4b216450..da13e16aa 100644
--- a/embassy-stm32/src/rcc/g4.rs
+++ b/embassy-stm32/src/rcc/g4.rs
@@ -92,7 +92,6 @@ pub struct Config {
92} 92}
93 93
94impl Config { 94impl Config {
95 #[inline]
96 pub const fn new() -> Self { 95 pub const fn new() -> Self {
97 Config { 96 Config {
98 hsi: true, 97 hsi: true,
@@ -112,7 +111,6 @@ impl Config {
112} 111}
113 112
114impl Default for Config { 113impl Default for Config {
115 #[inline]
116 fn default() -> Config { 114 fn default() -> Config {
117 Self::new() 115 Self::new()
118 } 116 }