summaryrefslogtreecommitdiff
path: root/tinyusb/class/cdc.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2017-08-03 21:45:16 +0700
committerhathach <[email protected]>2017-08-03 21:45:16 +0700
commit820afdc7bf24af171b8585f84adf5361c13bc1d3 (patch)
treebea01841cb9e2142b4f1cffdaacc485eba415122 /tinyusb/class/cdc.h
parent6ecea8666969e4cee5434f5b6bcbc5289c9f7e58 (diff)
clean up
Diffstat (limited to 'tinyusb/class/cdc.h')
-rw-r--r--tinyusb/class/cdc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/cdc.h b/tinyusb/class/cdc.h
index 0fd25cc55..5cabf1ec4 100644
--- a/tinyusb/class/cdc.h
+++ b/tinyusb/class/cdc.h
@@ -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;