aboutsummaryrefslogtreecommitdiffstats
path: root/usbh/src/device.rs
diff options
context:
space:
mode:
Diffstat (limited to 'usbh/src/device.rs')
-rw-r--r--usbh/src/device.rs2
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 {