mirror of
https://github.com/trussed-dev/fido-authenticator.git
synced 2026-06-20 04:16:16 -07:00
Update to heapless 0.9 and trussed-core 0.2
This commit is contained in:
+1
-1
@@ -369,7 +369,7 @@ impl<'a, const N: usize> Pipe<'a, N> {
|
||||
}
|
||||
match self.interchange.request((
|
||||
request.command,
|
||||
Bytes::from_slice(&self.buffer[..request.length as usize]).unwrap(),
|
||||
Bytes::try_from(&self.buffer[..request.length as usize]).unwrap(),
|
||||
)) {
|
||||
Ok(_) => {
|
||||
self.state = State::WaitingOnAuthenticator(request);
|
||||
|
||||
Reference in New Issue
Block a user