Remove unecessary serial pin restriction

This commit is contained in:
David Sawatzke 2018-12-19 11:46:08 +01:00
parent 527f182154
commit ad830af23c
1 changed files with 0 additions and 2 deletions

View File

@ -269,8 +269,6 @@ where
impl<USART, TXPIN, RXPIN> Serial<USART, TXPIN, RXPIN>
where
USART: Deref<Target = SerialRegisterBlock>,
TXPIN: TxPin<USART>,
RXPIN: RxPin<USART>,
{
/// Splits the UART Peripheral in a Tx and an Rx part
/// This is required for sending/receiving