mirror of
https://github.com/felis/USB_Host_Shield_2.0.git
synced 2024-03-22 11:31:26 +01:00
Minor update
This commit is contained in:
parent
9d6eb2d69b
commit
b07aac63e1
1 changed files with 2 additions and 2 deletions
|
@ -313,7 +313,7 @@ void PS3USB::readReport()
|
|||
{
|
||||
if (readBuf == NULL)
|
||||
return;
|
||||
if(PS3Connected || PS3NavigationConnected)
|
||||
|
||||
ButtonState = (uint32_t)(readBuf[2] | ((uint16_t)readBuf[3] << 8) | ((uint32_t)readBuf[4] << 16));
|
||||
|
||||
//Notify(PSTR("\r\nButtonState");
|
||||
|
|
Loading…
Reference in a new issue