fix typo: high bit-> byte

This commit is contained in:
Lotte Steenbrink 2021-04-23 18:48:23 +02:00
parent 7ed6eea715
commit 5624ba725a

View file

@ -8,9 +8,9 @@ As a reminder, all GET_DESCRIPTOR request types are share the following properti
- `bRequest` is **6** (i.e. the GET_DESCRIPTOR Request Code, defined in table 9-4 of the [USB specification][usb_spec])
A GET_DESCRIPTOR *Configuration* request is determined the high bit of its `wValue` field:
A GET_DESCRIPTOR *Configuration* request is determined the high byte of its `wValue` field:
- The high bit of `wValue` is **2** (i.e. the `CONFIGURATION` descriptor type, defined in table 9-5 of the [USB specification][usb_spec])
- The high byte of `wValue` is **2** (i.e. the `CONFIGURATION` descriptor type, defined in table 9-5 of the [USB specification][usb_spec])
[usb_spec]: https://www.usb.org/document-library/usb-20-specification