diff options
| author | hathach <[email protected]> | 2023-11-22 11:25:55 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2023-11-22 11:25:55 +0700 |
| commit | aedc92f2d31af6209b00e8a5d7abbfec02ed979b (patch) | |
| tree | 121464419bd0ec1e40ec43ccc501e8006749529a /src/class/cdc/cdc_host.h | |
| parent | 41e2da79f4a86c242deb84e0c8fab8afb7e0e74e (diff) | |
fix typo in cdc line coding enum
Diffstat (limited to 'src/class/cdc/cdc_host.h')
| -rw-r--r-- | src/class/cdc/cdc_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/cdc/cdc_host.h b/src/class/cdc/cdc_host.h index 19552f1ee..9e5edd94e 100644 --- a/src/class/cdc/cdc_host.h +++ b/src/class/cdc/cdc_host.h @@ -44,7 +44,7 @@ // Set Line Coding on enumeration/mounted, value for cdc_line_coding_t //#ifndef CFG_TUH_CDC_LINE_CODING_ON_ENUM -//#define CFG_TUH_CDC_LINE_CODING_ON_ENUM { 115200, CDC_LINE_CONDING_STOP_BITS_1, CDC_LINE_CODING_PARITY_NONE, 8 } +//#define CFG_TUH_CDC_LINE_CODING_ON_ENUM { 115200, CDC_LINE_CODING_STOP_BITS_1, CDC_LINE_CODING_PARITY_NONE, 8 } //#endif // RX FIFO size |
