Apply timeout to CAN and RS which also wait for ST.

pull/1062/merge
nicm 2017-09-10 08:01:23 +00:00
parent f56f09ea38
commit 8405fcdd9b
1 changed files with 1 additions and 1 deletions

View File

@ -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
};