Removing old comment
This commit is contained in:
parent
b2c4dd585b
commit
29d9579469
@ -59,7 +59,6 @@ fn main() -> ! {
|
|||||||
loop {
|
loop {
|
||||||
info!("on!");
|
info!("on!");
|
||||||
led_pin.set_high().unwrap();
|
led_pin.set_high().unwrap();
|
||||||
// TODO: Replace with proper 1s delays once we have clocks working
|
|
||||||
delay.delay_ms(500);
|
delay.delay_ms(500);
|
||||||
info!("off!");
|
info!("off!");
|
||||||
led_pin.set_low().unwrap();
|
led_pin.set_low().unwrap();
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user