aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--embassy-usb/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb/README.md b/embassy-usb/README.md
index 7411fcf52..d2adae4f5 100644
--- a/embassy-usb/README.md
+++ b/embassy-usb/README.md
@@ -9,7 +9,7 @@ Async USB device stack for embedded devices in Rust.
9- Suspend/resume, remote wakeup. 9- Suspend/resume, remote wakeup.
10- USB composite devices. 10- USB composite devices.
11- Ergonomic descriptor builder. 11- Ergonomic descriptor builder.
12- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself oustide the crate). 12- Ready-to-use implementations for a few USB classes (note you can still implement any class yourself outside the crate).
13 - Serial ports (CDC ACM) 13 - Serial ports (CDC ACM)
14 - Ethernet (CDC NCM) 14 - Ethernet (CDC NCM)
15 - Human Interface Devices (HID) 15 - Human Interface Devices (HID)