Skip to content

Commit

Permalink
lcd_cam: i8080 update for ReadBuffer changes
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Jul 29, 2024
1 parent e851cfe commit 5520603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion esp-hal/src/lcd_cam/lcd/i8080.rs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ where
data: &'t TXBUF,
) -> Result<(), DmaError>
where
TXBUF: ReadBuffer<Word = P::Word>,
TXBUF: ReadBuffer,
{
let (ptr, len) = unsafe { data.read_buffer() };

Expand Down

0 comments on commit 5520603

Please sign in to comment.