Skip to content

Commit 233e887

Browse files
sprhawkteskje
authored andcommitted
added usart5, added features for 358/398
1 parent 1de0666 commit 233e887

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/serial.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -473,7 +473,10 @@ hal! {
473473
feature = "stm32f303xc",
474474
feature = "stm32f303xd",
475475
feature = "stm32f303xe",
476+
feature = "stm32f358",
477+
feature = "stm32f398"
476478
))]
477479
hal! {
478480
USART4: (usart4, APB1, usart4en, usart4rst, pclk2),
481+
USART5: (usart5, APB1, usart5en, usart5rst, pclk2),
479482
}

0 commit comments

Comments
 (0)