aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb/src/lib.rs')
-rw-r--r--embassy-usb/src/lib.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/embassy-usb/src/lib.rs b/embassy-usb/src/lib.rs
index 93dd6b4d2..0638fd0a2 100644
--- a/embassy-usb/src/lib.rs
+++ b/embassy-usb/src/lib.rs
@@ -120,7 +120,7 @@ pub trait Handler {
120 /// # Returns 120 /// # Returns
121 /// 121 ///
122 /// If you didn't handle this request (for example if it's for the wrong interface), return 122 /// If you didn't handle this request (for example if it's for the wrong interface), return
123 /// `None`. In this case, the the USB stack will continue calling the other handlers, to see 123 /// `None`. In this case, the USB stack will continue calling the other handlers, to see
124 /// if another handles it. 124 /// if another handles it.
125 /// 125 ///
126 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack 126 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack
@@ -142,7 +142,7 @@ pub trait Handler {
142 /// # Returns 142 /// # Returns
143 /// 143 ///
144 /// If you didn't handle this request (for example if it's for the wrong interface), return 144 /// If you didn't handle this request (for example if it's for the wrong interface), return
145 /// `None`. In this case, the the USB stack will continue calling the other handlers, to see 145 /// `None`. In this case, the USB stack will continue calling the other handlers, to see
146 /// if another handles it. 146 /// if another handles it.
147 /// 147 ///
148 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack 148 /// If you did, return `Some` with either `Accepted` or `Rejected`. This will make the USB stack