diff options
| author | Dario Nieuwenhuis <[email protected]> | 2023-11-25 22:13:34 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-11-25 22:13:34 +0000 |
| commit | ff3baf1e90b3b87c203eb64dfe023843604e03c3 (patch) | |
| tree | f9aa51a90d431e81fc8614751253f24790842945 | |
| parent | 0ad0d271508965cd36d01425cf522f48545c9122 (diff) | |
| parent | d5dcbadbbeb96a5021b4c3a735fdc576f7c6e679 (diff) | |
Merge pull request #2220 from jamesmunns/patch-2
Minor readme typo
| -rw-r--r-- | embassy-usb-driver/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-driver/README.md b/embassy-usb-driver/README.md index 012663c3f..93aef7596 100644 --- a/embassy-usb-driver/README.md +++ b/embassy-usb-driver/README.md | |||
| @@ -4,7 +4,7 @@ This crate contains the driver traits for [`embassy-usb`]. HAL/BSP crates can im | |||
| 4 | traits to add support for using `embassy-usb` for a given chip/platform. | 4 | traits to add support for using `embassy-usb` for a given chip/platform. |
| 5 | 5 | ||
| 6 | The traits are kept in a separate crate so that breaking changes in the higher-level [`embassy-usb`] | 6 | The traits are kept in a separate crate so that breaking changes in the higher-level [`embassy-usb`] |
| 7 | APIs don't cause a semver-major bump of thsi crate. This allows existing HALs/BSPs to be used | 7 | APIs don't cause a semver-major bump of this crate. This allows existing HALs/BSPs to be used |
| 8 | with the newer `embassy-usb` without needing updates. | 8 | with the newer `embassy-usb` without needing updates. |
| 9 | 9 | ||
| 10 | If you're writing an application using USB, you should depend on the main [`embassy-usb`] crate | 10 | If you're writing an application using USB, you should depend on the main [`embassy-usb`] crate |
