Merge pull request #2296 from LarssonOliver/master

Allow external definition of TU_CP210X_PID_LIST
This commit is contained in:
Ha Thach
2023-12-11 15:13:20 +07:00
committed by GitHub
3 changed files with 7 additions and 3 deletions

View File

@@ -447,6 +447,12 @@
#define CFG_TUH_CDC_CP210X 0
#endif
#ifndef CFG_TUH_CDC_CP210X_PID_LIST
// List of product IDs that can use the CP210X CDC driver
#define CFG_TUH_CDC_CP210X_PID_LIST \
0xEA60, 0xEA70
#endif
#ifndef CFG_TUH_HID
#define CFG_TUH_HID 0
#endif