mirror of
https://github.com/trussed-dev/usbd-ccid.git
synced 2026-06-20 04:16:20 -07:00
Use == for readability
This commit is contained in:
+1
-1
@@ -343,7 +343,7 @@ where
|
||||
|
||||
#[inline(never)]
|
||||
pub fn poll_app(&mut self) {
|
||||
if let State::Processing = self.state {
|
||||
if State::Processing == self.state {
|
||||
// info!("processing, checking for response, interchange state {:?}",
|
||||
// self.interchange.state()).ok();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user