mirror of
https://github.com/Proxmark/proxmark3.git
synced 2025-07-14 01:03:01 -07:00
syntax corrective
This commit is contained in:
parent
940d53098c
commit
fff58476af
1 changed files with 1 additions and 1 deletions
|
@ -321,7 +321,7 @@ void WriteTItag(uint32_t idhi, uint32_t idlo, uint16_t crc)
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
FpgaDownloadAndGo(FPGA_BITSTREAM_LF);
|
||||||
if(crc == 0) {
|
if(crc == 0) {
|
||||||
crc = update_crc16(crc, (idlo)&0xff);
|
crc = update_crc16(crc, (idlo)&0xff);
|
||||||
crc = update_crc16(crc, (idlo>>8)&0xff);
|
crc = update_crc16(crc, (idlo>>8)&0xff);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue