Skip to content

Commit acb64c5

Browse files
committed
cargo fmt
1 parent 8529d1e commit acb64c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ extern crate bit_field;
2121
extern crate embedded_hal;
2222

2323
pub mod asm;
24+
pub mod delay;
2425
pub mod interrupt;
2526
pub mod register;
26-
pub mod delay;
2727

2828
#[macro_use]
2929
mod macros;

0 commit comments

Comments
 (0)