Minor corrections in fskdemod i lfops.c , see Holimans branch.

BUG: fixed a variablename, that didn't get changed.
This commit is contained in:
iceman1001
2014-10-27 09:56:18 +01:00
parent c6be64da09
commit 1010aacca0
2 changed files with 23 additions and 31 deletions

View File

@@ -41,7 +41,7 @@ int CmdReadBlk(const char *Cmd)
c.cmd = CMD_T55XX_READ_BLOCK;
c.d.asBytes[0] = 0x00;
c.arg[0] = 0;
c.arg[1] = Block;
c.arg[1] = block;
c.arg[2] = 0;
SendCommand(&c);
WaitForResponse(CMD_ACK, NULL);