fix spelling errors
This commit is contained in:
parent
dea8322668
commit
0fe7f81a66
2 changed files with 2 additions and 2 deletions
|
|
@ -236,7 +236,7 @@ void bird_set(bird_t *this,char *cmdname,long *cmddata)
|
|||
}
|
||||
|
||||
/* CMD found */
|
||||
if(cmd->databytes > 0){ /* if databytes awaited, else dont change */
|
||||
if(cmd->databytes > 0){ /* if databytes awaited, else don't change */
|
||||
|
||||
this->databytes = cmd->databytes; /* expected databytes per record */
|
||||
this->datacount = 0; /* start with first */
|
||||
|
|
|
|||
|
|
@ -110,7 +110,7 @@ typedef struct comport
|
|||
#define COMPORT_BUF_SIZE 16384 /* this should be the largest possible packet size for a USB com port */
|
||||
|
||||
#ifdef _WIN32
|
||||
/* we don't use the table for windos cos we can set the number directly. */
|
||||
/* we don't use the table for msw, because we can set the number directly. */
|
||||
/* This may result in more possible baud rates than the table contains. */
|
||||
/*
|
||||
static long baudspeedbittable[] =
|
||||
|
|
|
|||
Loading…
Reference in a new issue