Correct issue of blew circular buffer in hf 14b snoop with gcc 4.7.4 the issue is solved

This commit is contained in:
jonor@live.it 2013-09-30 19:08:29 +00:00
parent b19bd5d689
commit 0318894e52

View file

@ -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;
}