mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-08 20:21:04 +00:00
* ets_delay_us(1) has too much overhead; change logic
* Fix MR comments
This commit is contained in:
@@ -64,6 +64,7 @@ void esp_gdbstub_send_end(void)
|
||||
{
|
||||
esp_gdbstub_putchar('#');
|
||||
esp_gdbstub_send_hex(s_chsum, 8);
|
||||
esp_gdbstub_flush();
|
||||
}
|
||||
|
||||
// Send a packet with a string as content
|
||||
|
Reference in New Issue
Block a user