Skip to content

Commit 7c5d8b6

Browse files
committed
hal: apply fmt
1 parent d7e0f57 commit 7c5d8b6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hal/src/lib.rs

+4-4
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,10 @@ pub use atsamv71q21 as target_device;
137137
pub use atsamv71q21b as target_device;
138138

139139
#[cfg(feature = "rev-b")]
140-
pub mod serial;
141-
#[cfg(feature = "rev-b")]
142-
pub mod watchdog;
140+
pub mod efc;
143141
#[cfg(feature = "rev-b")]
144142
pub mod pmc;
145143
#[cfg(feature = "rev-b")]
146-
pub mod efc;
144+
pub mod serial;
145+
#[cfg(feature = "rev-b")]
146+
pub mod watchdog;

0 commit comments

Comments
 (0)