Skip to content

Commit b23be63

Browse files
committed
fmt
1 parent 3a2d272 commit b23be63

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,10 @@ pub mod time;
9494
pub mod timer;
9595
// pub mod watchdog;
9696

97-
#[cfg(all(feature = "hrtim", not(any(feature = "stm32g474", feature = "stm32g484"))))]
97+
#[cfg(all(
98+
feature = "hrtim",
99+
not(any(feature = "stm32g474", feature = "stm32g484"))
100+
))]
98101
compile_error!("`hrtim` is only available for stm32g474 and stm32g484");
99102

100103
#[cfg(feature = "hrtim")]

0 commit comments

Comments
 (0)