/[uisp]/uisp/src/Serial.C
ViewVC logotype

Diff of /uisp/src/Serial.C

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.6 by troth, Tue May 13 22:32:05 2003 UTC revision 1.7 by troth, Mon Jul 7 16:41:43 2003 UTC
# Line 125  TSerial::TSerial(){ Line 125  TSerial::TSerial(){
125    };    };
126        
127    /* Parse Command Line Parameters */    /* Parse Command Line Parameters */
128    if (strcmp(GetCmdParam("-dprog"), "stk500") == 0) {    val = GetCmdParam("-dprog");
129      if (val && (strcmp(val, "stk500") == 0)) {
130      speed = B115200;        /* default STK500 speed */      speed = B115200;        /* default STK500 speed */
131    }    }
132    if ((val=GetCmdParam("-dserial"))){dev_name = val;}    if ((val=GetCmdParam("-dserial"))){dev_name = val;}

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.7

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26