summaryrefslogtreecommitdiff
path: root/src/class/cdc/serial
diff options
context:
space:
mode:
authorIngHK <[email protected]>2024-04-04 14:12:14 +0200
committerIngHK <[email protected]>2024-04-04 14:12:14 +0200
commite07ee4a7b1f7c7d18f385d605dd41e08962ddba4 (patch)
tree7ec833b471b2d40f842a7bc0673803f046f66847 /src/class/cdc/serial
parent5e67b92b8c398d6fee92010ecd63cf50b51f8f9a (diff)
CP210x removed baudrate check, fixed data bits check
Diffstat (limited to 'src/class/cdc/serial')
-rw-r--r--src/class/cdc/serial/cp210x.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/src/class/cdc/serial/cp210x.h b/src/class/cdc/serial/cp210x.h
index ac9c27330..a0eff9e40 100644
--- a/src/class/cdc/serial/cp210x.h
+++ b/src/class/cdc/serial/cp210x.h
@@ -111,13 +111,4 @@
#define CP210X_LSR_PARITY_ERROR 0x0010
#define CP210X_LSR_ALL 0x001F
-// supported baudrates
-// reference: datasheets and AN205 "CP210x Baud Rate Support"
-#define CP210X_SUPPORTED_BAUDRATES_LIST { \
- 300, 600, \
- 1200, 1800, 2400, 4000, 4800, 7200, 9600, \
- 14400, 16000, 19200, 28800, 38400, 51200, 56000, 57600, 64000, 76800, \
- 115200, 128000, 153600, 230400, 250000, 256000, 460800, 500000, 576000, 921600, \
- 0 }
-
#endif //TUSB_CP210X_H