mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
FIX: coverity scan 133859 structually dead code, looks like this is a rest from and old loop. I just removed it.
This commit is contained in:
parent
e8fecd72bc
commit
0f6e6b9acb
1 changed files with 1 additions and 4 deletions
|
@ -669,11 +669,8 @@ void LegicRfRawWriter(int offset, int byte) {
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
LED_C_OFF();
|
LED_C_OFF();
|
||||||
return;
|
return;
|
||||||
|
|
||||||
WDT_HIT();
|
|
||||||
byte_index++;
|
|
||||||
if(byte_index & 0x10) LED_C_ON(); else LED_C_OFF();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
LED_B_OFF();
|
LED_B_OFF();
|
||||||
LED_C_OFF();
|
LED_C_OFF();
|
||||||
DbpString("write successful");
|
DbpString("write successful");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue