Skip to content

Commit

Permalink
hal: apply fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
tmplt committed Apr 25, 2022
1 parent c2eecdf commit bd0c9a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions hal/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,10 +137,10 @@ pub use atsamv71q21 as target_device;
pub use atsamv71q21b as target_device;

#[cfg(feature = "rev-b")]
pub mod serial;
#[cfg(feature = "rev-b")]
pub mod watchdog;
pub mod efc;
#[cfg(feature = "rev-b")]
pub mod pmc;
#[cfg(feature = "rev-b")]
pub mod efc;
pub mod serial;
#[cfg(feature = "rev-b")]
pub mod watchdog;

0 comments on commit bd0c9a1

Please sign in to comment.