Skip to content

Commit 539b284

Browse files
authored
Update lib_NDEF.cpp
Signed-off-by: Carlo Parata <carlo.parata@st.com>
1 parent 26f27d5 commit 539b284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libNDEF/lib_NDEF.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ uint16_t NDEF::NDEF_IdentifyBuffer(sRecordInfo_t *pRecordStruct, uint8_t *pNDEF)
610610
* @param pNDEF : pointer on the NDEF buffer.
611611
* @retval Length : Length of the written data (in bytes)
612612
*/
613-
uint32_t NDEF_WriteRecord(sRecordInfo_t *pRecord, uint8_t *pNDEF)
613+
uint32_t NDEF::NDEF_WriteRecord(sRecordInfo_t *pRecord, uint8_t *pNDEF)
614614
{
615615
/************************************/
616616
/* 7 | 6 | 5 | 4 | 3 | 2 1 0 */

0 commit comments

Comments
 (0)