aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb
diff options
context:
space:
mode:
authorLuca Barbato <[email protected]>2024-01-19 18:31:14 +0100
committerGitHub <[email protected]>2024-01-19 18:31:14 +0100
commit527005324889cc7ebc532e459c7de447336634cc (patch)
tree2f04f2d0f679a38c68250addee14801e52c794b1 /embassy-usb
parent5cf6d6fcbae003b6b5439f60267cc88ca8d49258 (diff)
Fix a typo
Diffstat (limited to 'embassy-usb')
-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)