Skip to content

Commit

Permalink
Merge pull request #181 from ca1e/ca1e-patch-1
Browse files Browse the repository at this point in the history
Update MifareClassic.c
  • Loading branch information
iceman1001 committed Apr 14, 2020
2 parents 80f75ab + 6ae4aa6 commit 887af96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Firmware/ChameleonMini/Application/MifareClassic.c
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ uint16_t MifareClassicAppProcess(uint8_t* Buffer, uint16_t BitCount) {
retSize = MFCLASSIC_ACK_NAK_FRAME_SIZE;
}
} else if (Buffer[0] == MFCLASSIC_CMD_HALT) {
retSize = mfcHandleHaltCommand(Buffer);
mfcHandleHaltCommand(Buffer, &retSize);
}
break; /* End of state CHINESE_IDLE */

Expand Down

0 comments on commit 887af96

Please sign in to comment.