diff options
author | nicm <nicm> | 2017-09-10 08:01:23 +0000 |
---|---|---|
committer | nicm <nicm> | 2017-09-10 08:01:23 +0000 |
commit | 8405fcdd9b62e22003923a22edfefdaf42883a98 (patch) | |
tree | d5e0607793d19a62db88e11c8b38a4cd345b98bc | |
parent | f56f09ea3871d3099dd31030501b982a4243a372 (diff) | |
download | rtmux-8405fcdd9b62e22003923a22edfefdaf42883a98.tar.gz rtmux-8405fcdd9b62e22003923a22edfefdaf42883a98.tar.bz2 rtmux-8405fcdd9b62e22003923a22edfefdaf42883a98.zip |
Apply timeout to CAN and RS which also wait for ST.
-rw-r--r-- | input.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |