From 29d9579469f520135072d7955117ca8a8bc7035b Mon Sep 17 00:00:00 2001 From: 9names <60134748+9names@users.noreply.github.com> Date: Sun, 1 Aug 2021 23:37:20 +1000 Subject: [PATCH] Removing old comment --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 1f1cef8..3c22f63 100644 --- a/src/main.rs +++ b/src/main.rs @@ -59,7 +59,6 @@ fn main() -> ! { loop { info!("on!"); led_pin.set_high().unwrap(); - // TODO: Replace with proper 1s delays once we have clocks working delay.delay_ms(500); info!("off!"); led_pin.set_low().unwrap();