Merge pull request #2462 from lu-zero/patch-1

Fix a typo
This commit is contained in:
Dario Nieuwenhuis 2024-01-19 18:43:12 +01:00 committed by GitHub
commit 871d82de71
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -9,7 +9,7 @@ Async USB device stack for embedded devices in Rust.
- Suspend/resume, remote wakeup.
- USB composite devices.
- Ergonomic descriptor builder.
- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself oustide the crate).
- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself outside the crate).
- Serial ports (CDC ACM)
- Ethernet (CDC NCM)
- Human Interface Devices (HID)