Skip to content

Commit

Permalink
Update lib_NDEF.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: Carlo Parata <[email protected]>
  • Loading branch information
cparata committed Jun 11, 2024
1 parent 26f27d5 commit 539b284
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libNDEF/lib_NDEF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ uint16_t NDEF::NDEF_IdentifyBuffer(sRecordInfo_t *pRecordStruct, uint8_t *pNDEF)
* @param pNDEF : pointer on the NDEF buffer.
* @retval Length : Length of the written data (in bytes)
*/
uint32_t NDEF_WriteRecord(sRecordInfo_t *pRecord, uint8_t *pNDEF)
uint32_t NDEF::NDEF_WriteRecord(sRecordInfo_t *pRecord, uint8_t *pNDEF)
{
/************************************/
/* 7 | 6 | 5 | 4 | 3 | 2 1 0 */
Expand Down

0 comments on commit 539b284

Please sign in to comment.