diff --git a/DSP_API/include/ftd2xx.h b/DSP_API/include/ftd2xx.h index 9ce773c..2c91dd1 100644 --- a/DSP_API/include/ftd2xx.h +++ b/DSP_API/include/ftd2xx.h @@ -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 //