提交 2b93912e authored 作者: Moises Silva's avatar Moises Silva

freetdm: Fix raw GSM AT command execution not returning the proper token count

上级 a82e7a7d
......@@ -1295,7 +1295,7 @@ WAT_AT_CMD_RESPONSE_FUNC(gsm_exec_cb)
}
helper->cmd_pending = 0;
return 0;
return i;
}
// AT Command Handler
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论