diff options
Diffstat (limited to 'gdb/srec.c')
-rw-r--r-- | gdb/srec.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -105,7 +105,7 @@ load_srec (desc, file, maxrecsize, flags, hashmark) fprintf_unfiltered (gdb_stderr, "%.*s\\r\n", reclen-1, srec); SERIAL_WRITE (desc, srec, reclen); - SERIAL_WRITE (desc, "\r\r", 3); /* Some monitors need these to wake up */ + SERIAL_WRITE (desc, "\r\r", 2); /* Some monitors need these to wake up */ SERIAL_FLUSH_INPUT (desc); } |