Skip to content

Commit f4582c0

Browse files
committed
Add new isochronous ep enums to class_prelude
1 parent 0ca9bcf commit f4582c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/lib.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,10 @@ pub mod class_prelude {
190190
pub use crate::class::{ControlIn, ControlOut, UsbClass};
191191
pub use crate::control;
192192
pub use crate::descriptor::{BosWriter, DescriptorWriter};
193-
pub use crate::endpoint::{EndpointAddress, EndpointIn, EndpointOut, EndpointType};
193+
pub use crate::endpoint::{
194+
EndpointAddress, EndpointIn, EndpointOut, EndpointType, IsochronousSynchronizationType,
195+
IsochronousUsageType,
196+
};
194197
pub use crate::UsbError;
195198
}
196199

0 commit comments

Comments
 (0)