aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'sw/demo1/src/main.rs')
-rw-r--r--sw/demo1/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/demo1/src/main.rs b/sw/demo1/src/main.rs
index 4e6e5c6..09f51fa 100644
--- a/sw/demo1/src/main.rs
+++ b/sw/demo1/src/main.rs
@@ -34,7 +34,7 @@ use stm32f1xx_hal::{
pac,
i2c::{BlockingI2c, Mode},
delay::Delay,
- timer::{Timer},
+ timer::Timer,
};
use embedded_hal::digital::v2::{OutputPin, ToggleableOutputPin};