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 */
|
/* 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->databytes = cmd->databytes; /* expected databytes per record */
|
||||||
this->datacount = 0; /* start with first */
|
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 */
|
#define COMPORT_BUF_SIZE 16384 /* this should be the largest possible packet size for a USB com port */
|
||||||
|
|
||||||
#ifdef _WIN32
|
#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. */
|
/* This may result in more possible baud rates than the table contains. */
|
||||||
/*
|
/*
|
||||||
static long baudspeedbittable[] =
|
static long baudspeedbittable[] =
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue