From 385efdf53fa3fe38591f22d01edf75d3087c2326 Mon Sep 17 00:00:00 2001 From: Brian Cully Date: Thu, 8 Aug 2019 09:53:06 -0400 Subject: Simplify data toggle handling. Only use the data toggle from hardware if we get a data toggle error. Otherwise, use computed toggle values based on endpoint. --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) mode change 100755 => 100644 src/lib.rs (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs old mode 100755 new mode 100644 index 85b3b8f..ce551d4 --- a/src/lib.rs +++ b/src/lib.rs @@ -1,3 +1,5 @@ +//! USB Host driver implementation for SAMD* series chips. + #![no_std] mod pipe; -- cgit v1.2.3