Skip to content

Commit

Permalink
Update dpi doctest
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 21, 2024
1 parent d339cc2 commit 68d7737
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions esp-hal/src/lcd_cam/lcd/dpi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@
//!
//! # let mut dma_buf = dma_loop_buffer!(32);
//!
//! # let channel = channel.configure(
//! # false,
//! # DmaPriority::Priority0,
//! # );
//!
//! let lcd_cam = LcdCam::new(peripherals.LCD_CAM);
//!
//! let mut config = dpi::Config::default();
Expand Down

0 comments on commit 68d7737

Please sign in to comment.