MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / at_server_console_getchar

Function at_server_console_getchar

components/net/at/src/at_cli.c:103–107  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101
102#ifdef AT_USING_SERVER
103static rt_err_t at_server_console_getchar(struct at_server *server, char *ch, rt_int32_t timeout)
104{
105 *ch = console_getchar();
106 return RT_EOK;
107}
108
109static void server_cli_parser(void)
110{

Callers

nothing calls this directly

Calls 1

console_getcharFunction · 0.85

Tested by

no test coverage detected