Skip to content

Commit

Permalink
Update lcd_cam test
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Nov 21, 2024
1 parent a8184d8 commit 03fcf43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hil-test/tests/lcd_cam.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
//! LCD_CAM Camera and DPI tests
//% CHIPS: esp32s3
//% FEATURES: defmt

#![no_std]
#![no_main]
Expand Down Expand Up @@ -59,7 +58,7 @@ mod tests {
let dma = Dma::new(peripherals.DMA);
let lcd_cam = LcdCam::new(peripherals.LCD_CAM);

let channel = dma.channel2.configure(false, DmaPriority::Priority0);
let channel = dma.channel2;

let (vsync_in, vsync_out) = peripherals.GPIO6.split();
let (hsync_in, hsync_out) = peripherals.GPIO7.split();
Expand Down

0 comments on commit 03fcf43

Please sign in to comment.