We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3838cf commit e56a716Copy full SHA for e56a716
src/lib_nfctype4pcd.cpp
@@ -239,8 +239,8 @@ uint8_t PCDNFCT4_ReadNDEF( void )
239
}
240
if (size > 0)
241
{
242
- errchk(PCDNFCT4_ReadBinary(0, size, buffer));
243
- memcpy(&CardNDEFfile[0],&buffer[PCD_DATA_OFFSET+1],size);
+ errchk(PCDNFCT4_ReadBinary(i*limit, size, buffer));
+ memcpy(&CardNDEFfile[i*limit],&buffer[PCD_DATA_OFFSET+1],size);
244
245
246
return PCDNFCT4_OK;
0 commit comments