Remove comment

This commit is contained in:
ZacJW 2025-07-13 19:22:38 +01:00
parent 15c7b0ef1e
commit 9381de5039

View file

@ -1,6 +1,3 @@
//! Create and initialize ST7789 display driver
// use display_interface_spi::SPIInterface;
use core::ops::{Deref, DerefMut};
use embedded_hal_bus::spi::ExclusiveDevice;