Skip to content

Commit aefae46

Browse files
author
Connor Truono
committed
fmt fixes
1 parent 1b2e8af commit aefae46

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

examples/rt685s-evk/src/bin/rtc-alarm.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#![no_main]
33

44
use core::task::Poll;
5+
56
use defmt::info;
67
use embassy_executor::Spawner;
78
use embassy_imxrt::rtc::{RTC_ALARM_WAKER, Rtc, RtcDatetimeClock};

src/rtc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
//! RTC DateTime driver.
22
33
use core::marker::PhantomData;
4+
45
use embassy_hal_internal::interrupt::InterruptExt;
56
use embassy_sync::waitqueue::AtomicWaker;
67
use embedded_mcu_hal::time::{Datetime, DatetimeClock, DatetimeClockError};

0 commit comments

Comments
 (0)