mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
PIV is slowly growing. Many intermediate bugs ;)
This commit is contained in:
+2
-2
@@ -243,7 +243,7 @@ where
|
||||
};
|
||||
|
||||
let primed_packet = DataBlock::new(self.seq, chain, chunk);
|
||||
hprintln!("priming {:?}", &primed_packet).ok();
|
||||
// hprintln!("priming {:?}", &primed_packet).ok();
|
||||
self.outbox = Some(primed_packet.into());
|
||||
|
||||
// fast-lane response attempt
|
||||
@@ -342,7 +342,7 @@ where
|
||||
// }
|
||||
|
||||
if needs_zlp {
|
||||
hprintln!("sending ZLP").ok();
|
||||
// hprintln!("sending ZLP").ok();
|
||||
self.outbox = Some(RawPacket::new());
|
||||
} else {
|
||||
self.outbox = None;
|
||||
|
||||
Reference in New Issue
Block a user