Home
last modified time | relevance | path

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

/hal_espressif-latest/tools/esptool_py/flasher_stub/
Dstub_io.c178 static unsigned short transferred_without_flush = 0; in stub_tx_one_char() local
182 ++transferred_without_flush; in stub_tx_one_char()
183 if (c == '\xc0' || transferred_without_flush >= 63) { in stub_tx_one_char()
185 transferred_without_flush = 0; in stub_tx_one_char()