mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Fix typo
This commit is contained in:
+1
-1
@@ -66,7 +66,7 @@ where
|
||||
}
|
||||
|
||||
pub fn did_start_processing(&mut self) -> Status {
|
||||
if self.pipe.did_started_processing() {
|
||||
if self.pipe.did_start_processing() {
|
||||
// We should send a wait extension later
|
||||
Status::ReceivedData(1_000.milliseconds())
|
||||
} else {
|
||||
|
||||
+1
-1
@@ -323,7 +323,7 @@ where
|
||||
}
|
||||
|
||||
/// Turns false on read. Intended for checking to see if a wait extension request needs to be started.
|
||||
pub fn did_started_processing(&mut self) -> bool {
|
||||
pub fn did_start_processing(&mut self) -> bool {
|
||||
if self.started_processing {
|
||||
self.started_processing = false;
|
||||
true
|
||||
|
||||
Reference in New Issue
Block a user