Skip to content

Commit

Permalink
Update MifareClassic.c
Browse files Browse the repository at this point in the history
build error when SUPPORT_MF_CLASSIC_MAGIC_MODE
  • Loading branch information
ca1e authored Feb 27, 2020
1 parent 80f75ab commit 6ae4aa6
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 6ae4aa6

Please sign in to comment.