mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-01-09 17:56:53 +08: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_C_OFF();
|
||||
return;
|
||||
|
||||
WDT_HIT();
|
||||
byte_index++;
|
||||
if(byte_index & 0x10) LED_C_ON(); else LED_C_OFF();
|
||||
}
|
||||
|
||||
LED_B_OFF();
|
||||
LED_C_OFF();
|
||||
DbpString("write successful");
|
||||
|
|
Loading…
Reference in a new issue