Skip to content

Commit

Permalink
remove stray print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
japaric authored and Disasm committed Feb 17, 2021
1 parent 0ed5b8e commit 2593ee4
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -567,12 +567,6 @@ impl UsbBus for Usbd<'_> {
}

fn set_stalled(&self, ep_addr: EndpointAddress, stalled: bool) {
semidap::trace!(
"Usbd::set_stalled(index={}, stalled={})",
ep_addr.index() as u8,
stalled as u8
);

interrupt::free(|cs| {
let regs = self.periph.borrow(cs);

Expand Down

0 comments on commit 2593ee4

Please sign in to comment.