mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 11:33:51 +08:00
Merge pull request #142 from ikarus23/master
fix: misleading indentation Thanks, still more to do with felica support.
This commit is contained in:
commit
e8c315525a
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…
Add table
Reference in a new issue