Skip to content

Commit 07ed598

Browse files
dtjones-atsemvertescher
authored andcommitted
Missed a change for prior commit
1 parent 817a99d commit 07ed598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/serial.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ macro_rules! impl_instance {
430430
}
431431
}
432432

433-
#[cfg(any(feature = "stm32f745", feature = "stm32f746",))]
433+
#[cfg(any(feature = "device-selected",))]
434434
impl_instance! {
435435
USART1: (apb2enr, usart1sel, usart1en),
436436
USART2: (apb1enr, usart2sel, usart2en),

0 commit comments

Comments
 (0)