From b526bdc6b02006117ee551d5eb00b6c7e056a420 Mon Sep 17 00:00:00 2001 From: Dominic Fischer <14130965+Dominaezzz@users.noreply.github.com> Date: Tue, 22 Apr 2025 07:49:42 +0100 Subject: [PATCH] Fix incorrect doc on LCD_CAM (#3397) --- esp-hal/src/lcd_cam/lcd/mod.rs | 3 --- 1 file changed, 3 deletions(-) diff --git a/esp-hal/src/lcd_cam/lcd/mod.rs b/esp-hal/src/lcd_cam/lcd/mod.rs index 67f636d78..343a03dfc 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};