Skip to content

Commit 16fb12b

Browse files
committed
Add comment stating where time.rs is from
1 parent b153cc3 commit 16fb12b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/time.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
/// This code has been taken from the stm32g0xx-hal project and modified slightly to support
2+
/// STM32G4xx MCUs.
3+
14
pub use fugit::{
25
Duration, ExtU32, HertzU32 as Hertz, HoursDurationU32 as Hour,
36
MicrosDurationU32 as MicroSecond, MinutesDurationU32 as Minute, NanosDurationU32 as NanoSecond,

0 commit comments

Comments
 (0)