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: I3edb50abe93bc8574c9c1f25b34f75dab2e8f0ce
This commit is contained in:
@@ -129,9 +129,8 @@ static void check_exec_dbg_cmd(void)
|
||||
return;
|
||||
|
||||
ch = UART_GetChar();
|
||||
/* We must echo the character to make python fdexpect happy, whcih we use in factory testing */
|
||||
/* We must echo the character to make python fdexpect happy, which we use in factory testing */
|
||||
fputc(ch, stdout);
|
||||
|
||||
board_exec_dbg_cmd(ch);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user