Update at_socket_m26.c

解决编译错误
This commit is contained in:
HubretXie 2018-09-12 10:11:56 +08:00 committed by GitHub
parent 3147fea65b
commit 6a45268188
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ static void m26_init_thread_entry(void *parameter)
/* show module version */
for (i = 0; i < (int) resp->line_counts - 1; i++)
{
LOG_D("%s", at_resp_get_line(resp, i + 1))
LOG_D("%s", at_resp_get_line(resp, i + 1));
}
/* check SIM card */
for (i = 0; i < CPIN_RETRY; i++)