Skip to content

Commit

Permalink
Add hrtim to rcc
Browse files Browse the repository at this point in the history
  • Loading branch information
usbalbin committed Dec 4, 2024
1 parent 87bd6f0 commit 5923272
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/rcc/enable.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,3 +239,8 @@ bus! {
HRTIM_TIME => (APB2, 26),
HRTIM_TIMF => (APB2, 26),
}

#[cfg(any(feature = "stm32g474", feature = "stm32g484"))]
bus! {
HRTIM_COMMON => (APB2, 26),
}

0 comments on commit 5923272

Please sign in to comment.