mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
remove _now
This commit is contained in:
committed by
Nicolas Stalder
parent
85da52fdca
commit
6c8ebbe4ed
+1
-1
@@ -493,7 +493,7 @@ where
|
||||
if !self.outbox.is_none() {
|
||||
// Previous transaction will fail, but we'll be ready for new transactions.
|
||||
self.state = State::Idle;
|
||||
info_now!("overwriting last session..");
|
||||
info!("overwriting last session..");
|
||||
}
|
||||
self.outbox = Some(packet);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user