Skip to content

Commit

Permalink
Revert "Fix compiling unit tests (missing NFC mock for #225)"
Browse files Browse the repository at this point in the history
This reverts commit 2c247bc.
  • Loading branch information
Willy-JL committed Nov 7, 2024
1 parent 5eb5d75 commit a02810a
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions lib/nfc/nfc_mock.c
Original file line number Diff line number Diff line change
Expand Up @@ -497,24 +497,6 @@ NfcError nfc_iso15693_listener_tx_sof(Nfc* instance) {
return NfcErrorNone;
}

NfcError nfc_iso15693_detect_mode(Nfc* instance) {
UNUSED(instance);

return NfcErrorNone;
}

NfcError nfc_iso15693_force_1outof4(Nfc* instance) {
UNUSED(instance);

return NfcErrorNone;
}

NfcError nfc_iso15693_force_1outof256(Nfc* instance) {
UNUSED(instance);

return NfcErrorNone;
}

NfcError nfc_felica_listener_set_sensf_res_data(
Nfc* instance,
const uint8_t* idm,
Expand Down

0 comments on commit a02810a

Please sign in to comment.