Correct issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is solved
This commit is contained in:
@@ -269,7 +269,8 @@ static int Handle14443UartBit(int bit)
|
||||
break;
|
||||
}
|
||||
|
||||
if (Uart.state == STATE_ERROR_WAIT) LED_A_OFF(); // Error
|
||||
// This row make the error blew circular buffer in hf 14b snoop
|
||||
//if (Uart.state == STATE_ERROR_WAIT) LED_A_OFF(); // Error
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user