comgt: fix typo in the ncm proto handler
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 43071
This commit is contained in:
parent
eb738f5275
commit
27570407f4
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ opengt
|
||||||
:start
|
:start
|
||||||
send "sending -> "
|
send "sending -> "
|
||||||
send $env("COMMAND")
|
send $env("COMMAND")
|
||||||
send "^n"
|
send "^m"
|
||||||
|
|
||||||
waitfor 15 "OK","ERR","ERROR"
|
waitfor 15 "OK","ERR","ERROR"
|
||||||
if % = 0 goto continue
|
if % = 0 goto continue
|
||||||
|
|
Loading…
Reference in a new issue