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:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user