Skip to content

Commit a505173

Browse files
committed
add serial pins
1 parent 73baf15 commit a505173

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/serial.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,8 @@ impl_pins!(
170170
#[cfg(any(feature = "stm32l0x2", feature = "stm32l0x3"))]
171171
impl_pins!(
172172
LPUART1, PA2, PA3, AF6;
173+
LPUART1, PB10, PB11, AF4;
174+
LPUART1, PB11, PB10, AF7;
173175
USART1, PA9, PA10, AF4;
174176
USART1, PB6, PB7, AF0;
175177
USART2, PA2, PA3, AF4;

0 commit comments

Comments
 (0)