mirror of
https://github.com/esp-rs/esp-hal.git
synced 2025-09-29 21:30:39 +00:00
Clean up a stray comment in rtc_time examples (#630)
Co-authored-by: Hannah Kolbeck <hskolbeck@gmail.com>
This commit is contained in:
parent
6869f8c783
commit
a86c2ac310
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user