Update of /cvsroot/blob/blob/src
In directory usw-pr-cvs1:/tmp/cvs-serv7876/src
Modified Files:
main.c
Log Message:
Reset serial speed to terminalSpeed after download
Index: main.c
===================================================================
RCS file: /cvsroot/blob/blob/src/main.c,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- main.c 2001/09/02 03:08:20 1.6
+++ main.c 2001/09/02 03:13:54 1.7
@@ -278,7 +278,7 @@
/* reload the correct memory */
Reload(commandline);
- SerialInit(baud9k6);
+ SerialInit(blob_status.terminalSpeed);
return;
}
SerialOutputString("Received ");
@@ -288,7 +288,7 @@
SerialOutputString(") bytes.\n");
- SerialInit(baud9k6);
+ SerialInit(blob_status.terminalSpeed);
}
|