Skip to content

Commit a7811a4

Browse files
Revert "remove stray print statement"
This reverts commit 8da1a9c.
1 parent 780ab7f commit a7811a4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

nrf-hal-common/src/usbd/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -567,6 +567,12 @@ impl UsbBus for Usbd<'_> {
567567
}
568568

569569
fn set_stalled(&self, ep_addr: EndpointAddress, stalled: bool) {
570+
semidap::trace!(
571+
"Usbd::set_stalled(index={}, stalled={})",
572+
ep_addr.index() as u8,
573+
stalled as u8
574+
);
575+
570576
interrupt::free(|cs| {
571577
let regs = self.periph.borrow(cs);
572578

0 commit comments

Comments
 (0)