Closed
Description
I encountered what seems to be a typo in serial.rs when building with feature "io-STM32L021"
index 190c40d..7b46ea9 100755
--- a/src/serial.rs
+++ b/src/serial.rs
@@ -173,7 +173,7 @@ impl_pins!(
PA0, AF6, LPUART1, RxPin;
PA1, AF6, LPUART1, TxPin;
PA2, AF4, USART2, TxPin;
- PA2, AF6, LPUART1, TxPin,
+ PA2, AF6, LPUART1, TxPin;
PA3, AF4, USART2, RxPin;
PA3, AF6, LPUART1, RxPin;
PA4, AF6, LPUART1, TxPin;
Metadata
Metadata
Assignees
Labels
No labels