Clean up a stray comment in rtc_time examples (#630)

Co-authored-by: Hannah Kolbeck <hskolbeck@gmail.com>
This commit is contained in:
Hannah Kolbeck 2023-06-30 04:30:05 -07:00 committed by GitHub
parent 6869f8c783
commit a86c2ac310
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 0 additions and 14 deletions

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {

View File

@ -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 {