Searched refs:at_command (Results 1 – 1 of 1) sorted by relevance
497 static char at_command[64]; in writeline() local508 if (len < (sizeof(at_command) - 1)) { in writeline()509 strcpy(at_command, s); in writeline()510 at_command[len++] = '\r'; in writeline()511 s = (const char *)at_command; in writeline()529 if (s == (const char *)at_command) { in writeline()