diff options
Diffstat (limited to 'miscutils/chat.c')
-rw-r--r-- | miscutils/chat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/chat.c b/miscutils/chat.c index 2040c3f6a..8b151fda4 100644 --- a/miscutils/chat.c +++ b/miscutils/chat.c | |||
@@ -10,7 +10,7 @@ | |||
10 | #include "libbb.h" | 10 | #include "libbb.h" |
11 | 11 | ||
12 | // default timeout: 45 sec | 12 | // default timeout: 45 sec |
13 | #define DEFAULT_CHAT_TIMEOUT 45*1000 | 13 | #define DEFAULT_CHAT_TIMEOUT 45*1000 |
14 | // max length of "abort string", | 14 | // max length of "abort string", |
15 | // i.e. device reply which causes termination | 15 | // i.e. device reply which causes termination |
16 | #define MAX_ABORT_LEN 50 | 16 | #define MAX_ABORT_LEN 50 |