diff options
| author | Oliver Larsson <[email protected]> | 2023-10-29 16:53:10 +0100 |
|---|---|---|
| committer | Oliver Larsson <[email protected]> | 2023-11-25 08:34:52 +0100 |
| commit | c4e04d3db4f8f33e906afbae4739d64e53fa9987 (patch) | |
| tree | 8d4f71fd068fe4d809e291831cb1f211932446e2 /src/class/cdc/serial | |
| parent | 10558acac6658d1480a6a6c025e006f2a6f4e212 (diff) | |
Add configuration option CFG_TUH_CDC_CP210X_PID_LIST to tusb_option.h
Diffstat (limited to 'src/class/cdc/serial')
| -rw-r--r-- | src/class/cdc/serial/cp210x.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/class/cdc/serial/cp210x.h b/src/class/cdc/serial/cp210x.h index b01417092..2c749f522 100644 --- a/src/class/cdc/serial/cp210x.h +++ b/src/class/cdc/serial/cp210x.h @@ -29,8 +29,6 @@ // https://www.silabs.com/documents/public/application-notes/AN571.pdf #define TU_CP210X_VID 0x10C4 -#define TU_CP210X_PID_LIST \ - 0xEA60, 0xEA70 /* Config request codes */ #define CP210X_IFC_ENABLE 0x00 |
