diff options
Diffstat (limited to 'usbh')
-rw-r--r-- | usbh/src/device.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usbh/src/device.rs b/usbh/src/device.rs index f14203d..d824aab 100644 --- a/usbh/src/device.rs +++ b/usbh/src/device.rs @@ -13,7 +13,7 @@ const MAX_ENDPOINTS: usize = 8; // How long to wait before talking to the device again after setting // its address. cf ยง9.2.6.3 of USB 2.0 -const SETTLE_DELAY: usize = 300; +const SETTLE_DELAY: usize = 2; #[derive(Copy, Clone, Debug, PartialEq)] pub(crate) enum Error { |