use hcd_pipe_is_busy instead of hcd_pipe_is_idle

remove hcd_pipe_is_idle
This commit is contained in:
hathach
2014-02-20 10:41:31 +07:00
parent d86523b16c
commit 533c8d2eed
6 changed files with 82 additions and 111 deletions

View File

@@ -71,8 +71,8 @@
#define TUSB_CFG_HOST_HID_KEYBOARD 0
#define TUSB_CFG_HOST_HID_MOUSE 0
#define TUSB_CFG_HOST_HID_GENERIC 0
#define TUSB_CFG_HOST_MSC 1
#define TUSB_CFG_HOST_CDC 0
#define TUSB_CFG_HOST_MSC 0
#define TUSB_CFG_HOST_CDC 1
#define TUSB_CFG_HOST_CDC_RNDIS 0
//--------------------------------------------------------------------+