Skip to content

Commit a03fc7a

Browse files
committed
Cleanup
1 parent dac270e commit a03fc7a

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

mod.rs

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -194,17 +194,6 @@ impl UsbBus for Usbd<'_> {
194194
self.max_packet_size_0 = max_packet_size;
195195
}
196196

197-
if false {
198-
unimplemented!(
199-
"alloc_ep({:?}, {:?}, {:?}, {}, {})",
200-
ep_dir,
201-
ep_addr,
202-
ep_type,
203-
max_packet_size,
204-
interval,
205-
);
206-
}
207-
208197
let (used, lens) = match ep_dir {
209198
UsbDirection::In => (
210199
&mut self.used_in,

0 commit comments

Comments
 (0)