Skip to content

Commit 1522c6a

Browse files
committed
update spi::transactional::Default with word size
1 parent bd3cb5f commit 1522c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1060,7 +1060,7 @@ impl<SPI, PINS> embedded_hal::blocking::spi::write::Default<u8> for Spi<SPI, PIN
10601060
{
10611061
}
10621062

1063-
impl<SPI, PINS> embedded_hal::blocking::spi::transactional::Default for Spi<SPI, PINS> where
1063+
impl<SPI, PINS> embedded_hal::blocking::spi::transactional::Default<u8> for Spi<SPI, PINS> where
10641064
SPI: Deref<Target = spi1::RegisterBlock>
10651065
{
10661066
}

0 commit comments

Comments
 (0)