Update at_socket_ec20.c

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

View File

@ -1087,7 +1087,7 @@ static void ec20_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));
}
/* Use AT+GSN to query the IMEI of module */
AT_SEND_CMD(resp, 0, 300, "AT+GSN");