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:
iceman1001 2016-08-03 10:53:26 +02:00
parent e8fecd72bc
commit 0f6e6b9acb

View file

@ -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");