Revert "Revert "Merge branch 'pr/450' into 420""

This reverts commit 076b11e872.
This commit is contained in:
RogueMaster
2022-11-26 17:05:26 -05:00
parent 076b11e872
commit 16a037fc4e
6 changed files with 159 additions and 87 deletions

View File

@@ -177,12 +177,6 @@ bool furi_hal_nfc_listen(
*/
void furi_hal_nfc_listen_start(FuriHalNfcDevData* nfc_data);
/** Start Target Listen mode
* @note RFAL free implementation
*
*/
void furi_hal_nfcv_listen_start();
/** Read data in Target Listen mode
* @note Must be called only after furi_hal_nfc_listen_start()
*