diff --git a/esp-hal/src/lcd_cam/lcd/mod.rs b/esp-hal/src/lcd_cam/lcd/mod.rs index 67f636d78da..343a03dfc12 100644 --- a/esp-hal/src/lcd_cam/lcd/mod.rs +++ b/esp-hal/src/lcd_cam/lcd/mod.rs @@ -6,9 +6,6 @@ //! //! For more information on these modes, please refer to the documentation in //! their respective modules. -//! -//! ## Implementation State -//! - RGB is not supported yet use super::GenericPeripheralGuard; use crate::{peripherals::LCD_CAM, system};