aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKévin Redon <kredon@sysmocom.de>2018-09-06 22:48:11 +0200
committerKévin Redon <kredon@sysmocom.de>2018-09-06 22:48:11 +0200
commit4f3a0356a42bbe180bcb2f51ce52ca7468d6743e (patch)
tree6180ea056e65dee0889a690de2e8e0820483d655
parent7d5d011095d9402373bf07611d0ef5a468ace04b (diff)
minor: fix typo in comment
-rw-r--r--firmware/apps/cardem/main.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/firmware/apps/cardem/main.c b/firmware/apps/cardem/main.c
index 0b5fbde..ef24c36 100644
--- a/firmware/apps/cardem/main.c
+++ b/firmware/apps/cardem/main.c
@@ -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);
}