mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-04 07:11:10 +08:00
fix: misleading indentation
This commit is contained in:
parent
2f3dbbcaa3
commit
3ecc3b231a
1 changed files with 2 additions and 2 deletions
|
@ -576,7 +576,7 @@ void HfDumpFelicaLiteS() {
|
|||
if (!manch_tbl_fill)
|
||||
fillManch();
|
||||
|
||||
ResetNFCFrame();
|
||||
ResetNFCFrame();
|
||||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_ISO18092 | FPGA_HF_ISO18092_FLAG_READER |FPGA_HF_ISO18092_FLAG_NOMOD);
|
||||
|
||||
|
@ -640,4 +640,4 @@ void HfDumpFelicaLiteS() {
|
|||
|
||||
FpgaWriteConfWord(FPGA_MAJOR_MODE_OFF);
|
||||
cmd_send(CMD_ACK,1,0,0,0,0);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue