Merge pull request #2296 from LarssonOliver/master
Allow external definition of TU_CP210X_PID_LIST
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user