mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
Some debugstatements
This commit is contained in:
parent
722d8b2cdb
commit
3911c0a13e
2 changed files with 33 additions and 63 deletions
|
@ -1092,7 +1092,7 @@ bool setDemodBufferEM(uint32_t *word, size_t idx){
|
|||
uint8_t parity[45] = {0};
|
||||
memcpy( parity, DemodBuffer, 45);
|
||||
if (!EMwordparitytest(parity) ){
|
||||
PrintAndLog("DEBUG: Error - EM Parity tests failed");
|
||||
if (g_debugMode) PrintAndLog("DEBUG: Error - EM Parity tests failed");
|
||||
return false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue