mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
changed TRACE_WARN into TRACE_WARNING in iso7816_4.c
This commit is contained in:
@@ -93,7 +93,7 @@ static uint32_t ISO7816_GetChar( uint8_t *pCharToReceive )
|
||||
/* Wait USART ready for reception */
|
||||
while( ((BOARD_ISO7816_BASE_USART->US_CSR & US_CSR_RXRDY) == 0) ) {
|
||||
if(timeout++ > 12000 * (BOARD_MCK/1000000)) {
|
||||
TRACE_WARN("TimeOut\n\r");
|
||||
TRACE_WARNING("TimeOut\n\r");
|
||||
return( 0 );
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user