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:
Markus Brueffer 2006-10-09 22:27:23 +00:00
parent 1cc7aa7d96
commit 13d38e1a13

View File

@ -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;