| 256 | } |
| 257 | |
| 258 | at_server_t at_get_server(void) |
| 259 | { |
| 260 | RT_ASSERT(at_server_local); |
| 261 | RT_ASSERT(at_server_local->status != AT_STATUS_UNINITIALIZED); |
| 262 | |
| 263 | return at_server_local; |
| 264 | } |
| 265 | |
| 266 | static rt_err_t at_check_args(const char *args, const char *args_format) |
| 267 | { |
no outgoing calls
no test coverage detected