Update at_socket.c
修复LOG_X修改引起的编译错误
This commit is contained in:
parent
8a9646b613
commit
e045c656f0
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user