Update at_socket.c

修复LOG_X修改引起的编译错误
This commit is contained in:
HubretXie 2018-09-12 10:22:00 +08:00 committed by GitHub
parent 8a9646b613
commit e045c656f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -248,7 +248,7 @@ static void at_do_event_changes(struct at_socket *sock, at_event_t event, rt_boo
break;
}
default:
LOG_E("Not supported event (%d)", event)
LOG_E("Not supported event (%d)", event);
}
}