Change VID and PID to 0x15a2 and 0x6120 respectively.
This commit is contained in:
@@ -50,8 +50,8 @@ public:
|
||||
//! @brief Constants
|
||||
enum _usbhid_contants
|
||||
{
|
||||
kDefault_Vid = 0x15a2, //!< Freescale VID
|
||||
kDefault_Pid = 0x0073, //!< PID for KL25Z48M
|
||||
kDefault_Vid = 0x1D50, //!< UHK VID
|
||||
kDefault_Pid = 0x6120, //!< UHK PID
|
||||
};
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user