diff options
| author | hathach <[email protected]> | 2013-03-26 16:39:25 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-26 16:39:25 +0700 |
| commit | ac905a8d09598067c53ff32835a2d70797d970be (patch) | |
| tree | 2ea02bce7ac3f4174dc99f4a22e56abb1c109595 /tinyusb/host/hcd.h | |
| parent | 0b08dc7724a67f09be16fad3d6702ce0d7566f03 (diff) | |
rename pipe_status_t to tusb_interface_status_t
add tusbh_hid_keyboard_status & test code
Diffstat (limited to 'tinyusb/host/hcd.h')
| -rw-r--r-- | tinyusb/host/hcd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index 05b4d6d6d..b3c4a57ce 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -64,6 +64,7 @@ typedef struct { uint8_t dev_addr; uint8_t xfer_type; uint8_t index; + uint8_t reserved; } pipe_handle_t; static inline bool pipehandle_is_valid(pipe_handle_t pipe_hdl) ATTR_CONST ATTR_ALWAYS_INLINE ATTR_WARN_UNUSED_RESULT; |
