Fixed forgotten fmt
parent
e8744dcb34
commit
34c03c5486
|
|
@ -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…
Reference in New Issue