aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 891b408..dd50d61 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -18,7 +18,7 @@ use core::ptr;
const SETTLE_DELAY: usize = 2;
// How many total devices this driver can support.
-const MAX_DEVICES: usize = 1;
+const MAX_DEVICES: usize = 32;
// And how many endpoints we can support per-device.
const MAX_ENDPOINTS: usize = 2;