This commit is contained in:
hathach
2017-08-03 21:45:16 +07:00
parent 6ecea86669
commit 820afdc7bf
3 changed files with 65 additions and 1 deletions

View File

@@ -387,7 +387,7 @@ typedef struct ATTR_PACKED
{
uint32_t bit_rate;
uint8_t stop_bits; ///< 0: 1 stop bit - 1: 1.5 stop bits - 2: 2 stop bits
uint8_t parity; ///< 0: None - 1: Odd - 2: Even - 3: Mark - 4: Space
uint8_t parity; ///< 0: None - 1: Odd - 2: Even - 3: Mark - 4: Space
uint8_t data_bits; ///< can be 5, 6, 7, 8 or 16
} cdc_line_coding_t;