Skip to content

Commit ad830af

Browse files
Remove unecessary serial pin restriction
1 parent 527f182 commit ad830af

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/serial.rs

-2
Original file line numberDiff line numberDiff line change
@@ -269,8 +269,6 @@ where
269269
impl<USART, TXPIN, RXPIN> Serial<USART, TXPIN, RXPIN>
270270
where
271271
USART: Deref<Target = SerialRegisterBlock>,
272-
TXPIN: TxPin<USART>,
273-
RXPIN: RxPin<USART>,
274272
{
275273
/// Splits the UART Peripheral in a Tx and an Rx part
276274
/// This is required for sending/receiving

0 commit comments

Comments
 (0)