mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Add error message to panic
This commit is contained in:
+1
-1
@@ -362,7 +362,7 @@ where
|
||||
}
|
||||
|
||||
if self.outbox.is_some() {
|
||||
panic!();
|
||||
panic!("Full outbox");
|
||||
}
|
||||
|
||||
// if let Some(message) = self.interchange.response() {
|
||||
|
||||
Reference in New Issue
Block a user