mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
parent
271520919b
commit
05c71da9c1
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ public:
|
||||||
* @param pid The device's PID.
|
* @param pid The device's PID.
|
||||||
* @return Returns true if the device's VID and PID matches this driver.
|
* @return Returns true if the device's VID and PID matches this driver.
|
||||||
*/
|
*/
|
||||||
virtual boolean VIDPIDOK(uint16_t vid, uint16_t pid) {
|
virtual bool VIDPIDOK(uint16_t vid, uint16_t pid) {
|
||||||
return (vid == XBOX_VID && pid == XBOX_ONE_PID);
|
return (vid == XBOX_VID && pid == XBOX_ONE_PID);
|
||||||
};
|
};
|
||||||
/**@}*/
|
/**@}*/
|
||||||
|
|
Loading…
Reference in a new issue