Skip to content

Commit 01a70dc

Browse files
committed
Attempt to add support for HRTIM to rcc
1 parent 61c7b4e commit 01a70dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rcc/rec.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -649,7 +649,8 @@ peripheral_reset_and_enable_control! {
649649

650650
#[cfg(all())]
651651
APB2, "Advanced Peripheral Bus 2 (APB2) peripherals" => [
652-
Tim1, Tim8, Tim15, Tim16, Tim17, Hrtim
652+
Tim1, Tim8, Tim15, Tim16, Tim17,
653+
Hrtim [kernel clk: Hrtim HRTIM cfg "HRTIM"]
653654
];
654655
#[cfg(not(feature = "rm0455"))]
655656
APB2, "" => [

0 commit comments

Comments
 (0)