Home
last modified time | relevance | path

Searched refs:sentchs (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-3.4.0/components/esp_gdbstub/src/
Dpacket.c133 unsigned char sentchs[2]; in esp_gdbstub_read_command() local
165 sentchs[0] = esp_gdbstub_getchar(); in esp_gdbstub_read_command()
166 sentchs[1] = esp_gdbstub_getchar(); in esp_gdbstub_read_command()
167 const unsigned char *c_ptr = &sentchs[0]; in esp_gdbstub_read_command()