mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Fix compilation with delog enabled
This commit is contained in:
+1
-1
@@ -591,7 +591,7 @@ where
|
||||
}
|
||||
|
||||
Err(_err) => {
|
||||
error!("Failed to send packet {}", _err);
|
||||
error!("Failed to send packet {:?}", _err);
|
||||
self.reset_state()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user