Fix a typo introduced in the last commit: WWW Refresh is 0x227, not 0227
Approved by: emax (mentor) MFC after: 1 day
This commit is contained in:
parent
1cc7aa7d96
commit
13d38e1a13
@ -298,7 +298,7 @@ hid_interrupt(bthid_session_p s, uint8_t *data, int32_t len)
|
||||
val = 0x68;
|
||||
break;
|
||||
|
||||
case 0227: /* WWW Refresh */
|
||||
case 0x227: /* WWW Refresh */
|
||||
val = 0x67;
|
||||
break;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user