diff options
| author | hathach <[email protected]> | 2013-03-05 23:08:00 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-05 23:08:00 +0700 |
| commit | b3775b631bf60c15c1d4917cba6a35e1f421bebd (patch) | |
| tree | 29ff0625bbc3b201ec1297ac474f7a2dee07f2c0 /tinyusb/core | |
| parent | c0bbc2aded3fd469efb2d55115cd6f398ec08db1 (diff) | |
add test & code for open bulk transfer to hcd_pipe_open()
Diffstat (limited to 'tinyusb/core')
| -rw-r--r-- | tinyusb/core/tusb_types.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/tinyusb/core/tusb_types.h b/tinyusb/core/tusb_types.h index a6864cbf4..d35c3f645 100644 --- a/tinyusb/core/tusb_types.h +++ b/tinyusb/core/tusb_types.h @@ -73,13 +73,6 @@ typedef enum { TUSB_DIR_DEV_TO_HOST = 1 }tusb_direction_t; -/// TBD -typedef enum { - TUSB_PID_SETUP, - TUSB_PID_IN, - TUSB_PID_OUT -}tusb_pid_t; - /// USB Descriptor Types (section 9.4 table 9-5) typedef enum { TUSB_DESC_DEVICE =1 , ///< 1 |
