mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-08-06 06:45:56 +08:00
* remote-sds.c (sds_start_remote): Fix printf call.
This commit is contained in:
@ -167,7 +167,7 @@ sds_start_remote (dummy)
|
||||
SERIAL_WRITE (sds_desc, "{#}\r\n", 5);
|
||||
|
||||
while ((c = readchar (1)) >= 0)
|
||||
printf_unfiltered ("%c");
|
||||
printf_unfiltered ("%c", c);
|
||||
printf_unfiltered ("\n");
|
||||
|
||||
next_msg_id = 251;
|
||||
|
Reference in New Issue
Block a user