@@ -288,7 +288,7 @@ pub fn qspi_master(
288288/// I2C pads for the labelled I2C peripheral
289289///
290290/// You can use these pads with other, user-defined [`i2c::Config`]urations.
291- pub type I2cPads = i2c:: Pads < I2cSercom , IoSet1 , Sda , Scl > ;
291+ pub type I2cPads = i2c:: Pads < I2cSercom , Sda , Scl > ;
292292
293293/// I2C master for the labelled I2C peripheral
294294///
@@ -318,7 +318,7 @@ pub fn i2c_master(
318318}
319319
320320/// UART Pads for the labelled UART peripheral
321- pub type UartPads = uart:: Pads < UartSercom , IoSet3 , UartRx , UartTx > ;
321+ pub type UartPads = uart:: Pads < UartSercom , UartRx , UartTx > ;
322322
323323/// UART device for the labelled RX & TX pins
324324pub type Uart = uart:: Uart < uart:: Config < UartPads > , uart:: Duplex > ;
@@ -375,7 +375,7 @@ pub fn dotstar_bitbang<T: CountDown + Periodic>(
375375/// SPI pads for the labelled SPI peripheral
376376///
377377/// You can use these pads with other, user-defined [`spi::Config`]urations.
378- pub type SpiPads = spi:: Pads < SpiSercom , UndocIoSet2 , Miso , Mosi , Sck > ;
378+ pub type SpiPads = spi:: Pads < SpiSercom , Miso , Mosi , Sck > ;
379379
380380/// SPI master for the labelled SPI peripheral
381381///
0 commit comments