mirror of
https://github.com/n5ac/smartsdr-dsp.git
synced 2026-04-06 06:43:41 +00:00
Fixed definition os stop bits in FTD2xx library
Updated STOP_BITS_1 to be 1 instead of 0
This commit is contained in:
parent
2d66da14a4
commit
6965a87b9f
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ enum {
|
|||
// Stop Bits
|
||||
//
|
||||
|
||||
#define FT_STOP_BITS_1 (UCHAR) 0
|
||||
#define FT_STOP_BITS_1 (UCHAR) 1
|
||||
#define FT_STOP_BITS_2 (UCHAR) 2
|
||||
|
||||
//
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue