File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ USB stack for embedded devices in Rust.
5
5
6
6
The UsbDevice object represents a composite USB device and is the most important object for
7
7
application implementors. The UsbDevice combines a number of UsbClasses (either custom ones, or
8
- pre-existing ones provided by other crates) and a UsbBus device drives to implement the USB device.
8
+ pre-existing ones provided by other crates) and a UsbBus device driver to implement the USB device.
9
9
10
- The UsbClass trait can be used to implemented USB classes such as a HID device or a serial port. An
10
+ The UsbClass trait can be used to implement USB classes such as a HID device or a serial port. An
11
11
implementation may also use a custom class if the required functionality isn't covered by a standard
12
12
class.
13
13
You can’t perform that action at this time.
0 commit comments