Skip to content

Commit

Permalink
nfc: remove resolved TODO in mf desfire poller
Browse files Browse the repository at this point in the history
  • Loading branch information
gornekich committed Oct 28, 2023
1 parent e5f5596 commit 9bf740b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/nfc/protocols/mf_desfire/mf_desfire_poller_i.c
Original file line number Diff line number Diff line change
Expand Up @@ -344,8 +344,7 @@ MfDesfireError mf_desfire_poller_async_read_file_value(
return error;
}

// TODO FL-3639: this function is equal to mf_desfire_poller_async_read_file_data()
MfDesfireError mf_desfire_poller_async_read_file_records( //-V524
MfDesfireError mf_desfire_poller_async_read_file_records(
MfDesfirePoller* instance,
MfDesfireFileId id,
uint32_t offset,
Expand Down

0 comments on commit 9bf740b

Please sign in to comment.