Fixed missprint
This commit is contained in:
parent
69bf99b33d
commit
f372c7500f
1 changed files with 1 additions and 1 deletions
|
@ -526,7 +526,7 @@ mifare_classic_transfer(FreefareTag tag, const MifareClassicBlockNumber block)
|
||||||
* meaning that the action was performed correctly (e.g. Snapper Feeder,
|
* meaning that the action was performed correctly (e.g. Snapper Feeder,
|
||||||
* SCL 3711).
|
* SCL 3711).
|
||||||
*/
|
*/
|
||||||
if (!BUFFER_SIZE(res) || ((BUFFER_SIZE(res) == 1) && (res[0] = MC_OK)))
|
if (!BUFFER_SIZE(res) || ((BUFFER_SIZE(res) == 1) && (res[0] == MC_OK)))
|
||||||
return 0;
|
return 0;
|
||||||
else
|
else
|
||||||
return res[0];
|
return res[0];
|
||||||
|
|
Loading…
Reference in a new issue