mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 20:31:30 +11:00
Fixes typo in readme
This commit is contained in:
parent
c15f980db3
commit
ad09837bbd
|
@ -6,6 +6,6 @@ A simple usb midi device class for [usb-device](https://crates.io/crates/usb-dev
|
||||||
Currently this aims to be a very simple implementation, that allows the micro
|
Currently this aims to be a very simple implementation, that allows the micro
|
||||||
controller to send midi information to the PC.
|
controller to send midi information to the PC.
|
||||||
|
|
||||||
This craate requires the use of a hardware driver, that implements the
|
This crate requires the use of a hardware driver, that implements the
|
||||||
usb-device traits.
|
usb-device traits.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue