summaryrefslogtreecommitdiff
path: root/src/host/hcd.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-12-10 05:07:22 +0700
committerhathach <[email protected]>2018-12-10 05:07:22 +0700
commit6a6e7d0ecb6690c5bc833f6d543c5303b6b52155 (patch)
treee7a30706b2d8db7e4de714e70977fd14fd50a4c1 /src/host/hcd.h
parent05913a73501c8e2ea1a88299f6b900f92307aaa7 (diff)
refactor usbh class driver
Diffstat (limited to 'src/host/hcd.h')
-rw-r--r--src/host/hcd.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/host/hcd.h b/src/host/hcd.h
index 6c7a3e98c..8ee06b2be 100644
--- a/src/host/hcd.h
+++ b/src/host/hcd.h
@@ -96,7 +96,7 @@ typedef struct {
uint8_t dev_addr;
uint8_t xfer_type;
uint8_t index;
- uint8_t reserved;
+ uint8_t ep_addr;
} pipe_handle_t;
static inline bool pipehandle_is_valid(pipe_handle_t pipe_hdl)