From 8405fcdd9b62e22003923a22edfefdaf42883a98 Mon Sep 17 00:00:00 2001 From: nicm Date: Sun, 10 Sep 2017 08:01:23 +0000 Subject: Apply timeout to CAN and RS which also wait for ST. --- input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input.c') diff --git a/input.c b/input.c index b67d2362..e4aecf7d 100644 --- a/input.c +++ b/input.c @@ -433,7 +433,7 @@ static const struct input_state input_state_rename_string = { /* consume_st state definition. */ static const struct input_state input_state_consume_st = { "consume_st", - NULL, NULL, + input_enter_rename, NULL, /* rename also waits for ST */ input_state_consume_st_table }; -- cgit