Fixed forgotten fmt

embedded-hal-1.0
Chris 2019-04-06 08:56:48 +02:00
parent e8744dcb34
commit 34c03c5486
1 changed files with 1 additions and 1 deletions

View File

@ -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>;