Skip to content

Commit

Permalink
remove debug!()
Browse files Browse the repository at this point in the history
  • Loading branch information
liebman committed Jul 3, 2024
1 parent 1dfe1b5 commit 4a4761e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion esp-hal/src/dma/gdma.rs
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ impl<const N: u8> RegisterAccess for Channel<N> {

#[cfg(gdma)]
fn set_mem2mem_mode() {
debug!("set_mem2mem_mode");
Self::ch()
.in_conf0()
.modify(|_, w| w.mem_trans_en().set_bit());
Expand Down

0 comments on commit 4a4761e

Please sign in to comment.