mirror of
https://gitea.osmocom.org/sim-card/simtrace2.git
synced 2026-03-16 21:28:33 +03:00
minor : fix typo in comment
Change-Id: Ie310143fe713a51fa1adf8bf7599374282341f2e
This commit is contained in:
committed by
Harald Welte
parent
3864a794b4
commit
1cfc25e8c1
@@ -80,7 +80,7 @@ void ISR_PhoneRST(const Pin * pPin)
|
||||
}
|
||||
|
||||
/*
|
||||
* char_stat is zero if no error occured.
|
||||
* char_stat is zero if no error occurred.
|
||||
* Otherwise it is filled with the content of the status register.
|
||||
*/
|
||||
void mode_trace_usart1_irq(void)
|
||||
@@ -110,7 +110,7 @@ void mode_trace_usart1_irq(void)
|
||||
rbuf_write(&sim_rcv_buf, c);
|
||||
} else {
|
||||
TRACE_DEBUG("e %x st: %x\n", c, stat);
|
||||
} /* else: error occured */
|
||||
} /* else: error occurred */
|
||||
|
||||
char_stat = stat;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user