mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Fix deserialization, so loading PIV Persistent state works
This commit is contained in:
+3
-1
@@ -228,7 +228,9 @@ where
|
||||
}
|
||||
|
||||
State::Processing => {
|
||||
panic!("{:?} unexpected in processing state")
|
||||
// hprintln!("handle xfrblock").ok();
|
||||
// hprintln!("{:X?}", &command).ok();
|
||||
panic!("ccid pipe unexpectedly received command while in processing state: {:?}", &command);
|
||||
}
|
||||
|
||||
State::ReadyToSend => {
|
||||
|
||||
Reference in New Issue
Block a user