mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-19 14:58:35 +03:00
fix newline \n\r with \r\n
This commit is contained in:
@@ -198,7 +198,7 @@ void USART_Write(
|
||||
|
||||
if (timeOut == 0) {
|
||||
|
||||
TRACE_ERROR("USART_Write: Timed out.\n\r");
|
||||
TRACE_ERROR("USART_Write: Timed out.\r\n");
|
||||
return;
|
||||
}
|
||||
timeOut--;
|
||||
@@ -269,7 +269,7 @@ uint16_t USART_Read(
|
||||
|
||||
if (timeOut == 0) {
|
||||
|
||||
TRACE_ERROR( "USART_Read: Timed out.\n\r" ) ;
|
||||
TRACE_ERROR( "USART_Read: Timed out.\r\n" ) ;
|
||||
return 0;
|
||||
}
|
||||
timeOut--;
|
||||
|
||||
Reference in New Issue
Block a user