Skip to content

Commit

Permalink
nfc: add waiting block tx timer in iso15693 sof tx
Browse files Browse the repository at this point in the history
  • Loading branch information
gornekich committed Oct 18, 2023
1 parent a415a62 commit 4d3fe90
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lib/nfc/nfc.c
Original file line number Diff line number Diff line change
Expand Up @@ -637,6 +637,9 @@ NfcError nfc_iso14443a_listener_tx_custom_parity(Nfc* instance, const BitBuffer*
NfcError nfc_iso15693_listener_tx_sof(Nfc* instance) {
furi_assert(instance);

while(furi_hal_nfc_timer_block_tx_is_running()) {
}

FuriHalNfcError error = furi_hal_nfc_iso15693_listener_tx_sof();
NfcError ret = nfc_process_hal_error(error);

Expand Down

0 comments on commit 4d3fe90

Please sign in to comment.