mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-09-22 19:44:24 +08:00
Update at_socket.c
修复LOG_X修改引起的编译错误
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user