aboutsummaryrefslogtreecommitdiffstats
path: root/sw/demo1
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2020-12-24 17:41:49 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2020-12-24 17:41:49 +0100
commit8d45f098b818206d3d91152f92175cbea0b56c8e (patch)
tree192acd925c229ef55815c8fab151c6e69b4883b5 /sw/demo1
parentd10cfc09f2a93ce3c85ec94eaee3f14a83e84cad (diff)
downloadpicardy-8d45f098b818206d3d91152f92175cbea0b56c8e.tar.gz
picardy-8d45f098b818206d3d91152f92175cbea0b56c8e.tar.bz2
picardy-8d45f098b818206d3d91152f92175cbea0b56c8e.zip
Add disabled CW, replace sequencer, ticks and set VFO/BFO logic
Diffstat (limited to 'sw/demo1')
-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};