aboutsummaryrefslogtreecommitdiff
path: root/embassy-usb-driver/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-usb-driver/src/lib.rs')
-rw-r--r--embassy-usb-driver/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/embassy-usb-driver/src/lib.rs b/embassy-usb-driver/src/lib.rs
index e8f71a2dc..2c05f94f7 100644
--- a/embassy-usb-driver/src/lib.rs
+++ b/embassy-usb-driver/src/lib.rs
@@ -97,7 +97,7 @@ impl EndpointAddress {
97 } 97 }
98} 98}
99 99
100/// Infomation for an endpoint. 100/// Information for an endpoint.
101#[derive(Copy, Clone, Eq, PartialEq, Debug)] 101#[derive(Copy, Clone, Eq, PartialEq, Debug)]
102#[cfg_attr(feature = "defmt", derive(defmt::Format))] 102#[cfg_attr(feature = "defmt", derive(defmt::Format))]
103pub struct EndpointInfo { 103pub struct EndpointInfo {