From 8d45f098b818206d3d91152f92175cbea0b56c8e Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Thu, 24 Dec 2020 17:41:49 +0100 Subject: Add disabled CW, replace sequencer, ticks and set VFO/BFO logic --- sw/demo1/src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sw/demo1/src') 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}; -- cgit v1.2.3