Skip to content

Commit

Permalink
add error handle in switch
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed May 1, 2024
1 parent e025802 commit a26e26c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions non_catalog_apps/seader/seader_worker.c
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,8 @@ NfcCommand seader_worker_poller_callback_iso14443_4a(NfcGenericEvent event, void
break;
case Iso14443_4aErrorTimeout:
break;
case Iso14443_4aErrorSendExtra:
break;
}
}

Expand Down

0 comments on commit a26e26c

Please sign in to comment.