Merge pull request #142 from ikarus23/master

fix: misleading indentation

Thanks,  still more to do with felica support.
This commit is contained in:
Iceman 2017-11-24 10:10:32 +01:00 committed by GitHub
commit e8c315525a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -576,7 +576,7 @@ void HfDumpFelicaLiteS() {
if (!manch_tbl_fill) if (!manch_tbl_fill)
fillManch(); fillManch();
ResetNFCFrame(); ResetNFCFrame();
FpgaWriteConfWord(FPGA_MAJOR_MODE_ISO18092 | FPGA_HF_ISO18092_FLAG_READER |FPGA_HF_ISO18092_FLAG_NOMOD); FpgaWriteConfWord(FPGA_MAJOR_MODE_ISO18092 | FPGA_HF_ISO18092_FLAG_READER |FPGA_HF_ISO18092_FLAG_NOMOD);