diff options
| author | hathach <[email protected]> | 2018-12-10 05:07:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-12-10 05:07:22 +0700 |
| commit | 6a6e7d0ecb6690c5bc833f6d543c5303b6b52155 (patch) | |
| tree | e7a30706b2d8db7e4de714e70977fd14fd50a4c1 /src/host/hcd.h | |
| parent | 05913a73501c8e2ea1a88299f6b900f92307aaa7 (diff) | |
refactor usbh class driver
Diffstat (limited to 'src/host/hcd.h')
| -rw-r--r-- | src/host/hcd.h | 2 |
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)
|
