Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
noproto committed Oct 23, 2024
1 parent 4763762 commit bf7b91f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/nfc/protocols/mf_classic/mf_classic_poller_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

#include <nfc/helpers/iso14443_crc.h>

#define TAG "MfCLassicPoller"
#define TAG "MfClassicPoller"

MfClassicError mf_classic_process_error(Iso14443_3aError error) {
MfClassicError ret = MfClassicErrorNone;
Expand Down

0 comments on commit bf7b91f

Please sign in to comment.