Skip to content

Commit 8dc4f48

Browse files
committed
update embassy, more debugging why 2mS pulling usb
1 parent 72c73d8 commit 8dc4f48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embassy-usb/src/descriptor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@ impl<'a> DescriptorWriter<'a> {
282282
};
283283

284284
let refresh = if matches!(endpoint.ep_type, EndpointType::Interrupt) {
285-
7
285+
0x01 | 0x05
286286
} else {
287287
0
288288
};

0 commit comments

Comments
 (0)