Skip to content

Commit 899c279

Browse files
authored
Add hrtim to rcc (#154)
1 parent 87bd6f0 commit 899c279

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/rcc/enable.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,3 +239,8 @@ bus! {
239239
HRTIM_TIME => (APB2, 26),
240240
HRTIM_TIMF => (APB2, 26),
241241
}
242+
243+
#[cfg(any(feature = "stm32g474", feature = "stm32g484"))]
244+
bus! {
245+
HRTIM_COMMON => (APB2, 26),
246+
}

0 commit comments

Comments
 (0)