diff options
author | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-12-24 17:41:49 +0100 |
---|---|---|
committer | Matthias P. Braendli <matthias.braendli@mpb.li> | 2020-12-24 17:41:49 +0100 |
commit | 8d45f098b818206d3d91152f92175cbea0b56c8e (patch) | |
tree | 192acd925c229ef55815c8fab151c6e69b4883b5 /sw/demo1 | |
parent | d10cfc09f2a93ce3c85ec94eaee3f14a83e84cad (diff) | |
download | picardy-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.rs | 2 |
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}; |