Skip to content

Commit a0cca81

Browse files
committed
dropped type bounds on hal::blocking::spi::transactional::Default
1 parent a988834 commit a0cca81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/spi.rs

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

0 commit comments

Comments
 (0)