fixing NDEF

This commit is contained in:
iceman1001
2020-03-31 15:47:33 +02:00
parent 6eb36c5438
commit 160f150dce
3 changed files with 28 additions and 31 deletions

View File

@@ -63,5 +63,6 @@ typedef struct {
} NDEFHeader_t;
int NDEFDecodeAndPrint(uint8_t *ndef, size_t ndefLen, bool verbose);
int NDEFRecordsDecodeAndPrint(uint8_t *ndefRecord, size_t ndefRecordLen);
#endif // _NDEF_H_