Skip to content

Commit 2b5bd2b

Browse files
committed
cleanup
1 parent 835ece7 commit 2b5bd2b

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
@@ -53,12 +53,12 @@ pub mod exti;
5353
pub mod flash;
5454
pub mod gpio;
5555
pub mod i2c;
56+
pub mod power;
5657
pub mod prelude;
5758
pub mod rcc;
5859
#[cfg(any(feature = "stm32g041", feature = "stm32g081"))]
5960
pub mod rng;
6061
pub mod rtc;
61-
pub mod power;
6262
pub mod serial;
6363
pub mod spi;
6464
pub mod time;

0 commit comments

Comments
 (0)