Browse Source

Fixed forgotten fmt

embedded-hal-1.0
Chris 7 years ago
parent
commit
34c03c5486
  1. 2
      src/traits.rs

2
src/traits.rs

@ -123,7 +123,7 @@ where
) -> Result<(), SPI::Error>; ) -> Result<(), SPI::Error>;
/// Displays the frame data from SRAM /// Displays the frame data from SRAM
/// ///
/// This function waits until the device isn`t busy anymore /// This function waits until the device isn`t busy anymore
fn display_frame(&mut self, spi: &mut SPI) -> Result<(), SPI::Error>; fn display_frame(&mut self, spi: &mut SPI) -> Result<(), SPI::Error>;

Loading…
Cancel
Save