mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Some general cleanup
This commit is contained in:
+1
-1
@@ -126,7 +126,7 @@ where
|
||||
}
|
||||
} else {
|
||||
// TODO check
|
||||
self.ext_packet.extend_from_slice(&packet);
|
||||
self.ext_packet.extend_from_slice(&packet).ok();
|
||||
self.in_chain += 1;
|
||||
assert!(packet.len() <= self.long_packet_missing);
|
||||
self.long_packet_missing -= packet.len();
|
||||
|
||||
Reference in New Issue
Block a user