diff --git a/esp32-hal/examples/rtc_time.rs b/esp32-hal/examples/rtc_time.rs index b9fcd06ae..471bda7db 100644 --- a/esp32-hal/examples/rtc_time.rs +++ b/esp32-hal/examples/rtc_time.rs @@ -31,8 +31,6 @@ fn main() -> ! { wdt.disable(); rtc.rwdt.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32c2-hal/examples/rtc_time.rs b/esp32c2-hal/examples/rtc_time.rs index 333af5443..38f4f4a3c 100644 --- a/esp32c2-hal/examples/rtc_time.rs +++ b/esp32c2-hal/examples/rtc_time.rs @@ -33,8 +33,6 @@ fn main() -> ! { rtc.rwdt.disable(); wdt0.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32c3-hal/examples/rtc_time.rs b/esp32c3-hal/examples/rtc_time.rs index 8a36bb396..7737d6d0e 100644 --- a/esp32c3-hal/examples/rtc_time.rs +++ b/esp32c3-hal/examples/rtc_time.rs @@ -40,8 +40,6 @@ fn main() -> ! { wdt0.disable(); wdt1.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32c6-hal/examples/rtc_time.rs b/esp32c6-hal/examples/rtc_time.rs index 9865be0f5..499d227ce 100644 --- a/esp32c6-hal/examples/rtc_time.rs +++ b/esp32c6-hal/examples/rtc_time.rs @@ -40,8 +40,6 @@ fn main() -> ! { wdt0.disable(); wdt1.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32h2-hal/examples/rtc_time.rs b/esp32h2-hal/examples/rtc_time.rs index a5c2003e9..074a9f98b 100644 --- a/esp32h2-hal/examples/rtc_time.rs +++ b/esp32h2-hal/examples/rtc_time.rs @@ -40,8 +40,6 @@ fn main() -> ! { wdt0.disable(); wdt1.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32s2-hal/examples/rtc_time.rs b/esp32s2-hal/examples/rtc_time.rs index 2667fe134..8f55da63f 100644 --- a/esp32s2-hal/examples/rtc_time.rs +++ b/esp32s2-hal/examples/rtc_time.rs @@ -31,8 +31,6 @@ fn main() -> ! { wdt.disable(); rtc.rwdt.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop { diff --git a/esp32s3-hal/examples/rtc_time.rs b/esp32s3-hal/examples/rtc_time.rs index 6b6d4206b..32149d5a9 100644 --- a/esp32s3-hal/examples/rtc_time.rs +++ b/esp32s3-hal/examples/rtc_time.rs @@ -31,8 +31,6 @@ fn main() -> ! { wdt.disable(); rtc.rwdt.disable(); - // Initialize the Delay peripheral, and use it to toggle the LED state in a - // loop. let mut delay = Delay::new(&clocks); loop {