change configure handle to device handle

change test case accordingly
This commit is contained in:
hathach
2013-01-23 14:57:12 +07:00
parent 3015776078
commit fdc9a82e8c
7 changed files with 40 additions and 64 deletions
+1 -1
View File
@@ -50,6 +50,6 @@ tusb_error_t tusbh_keyboard_open(tusb_handle_device_t device_hdl, uint8_t config
}
#endif
tusb_device_info_t usbh_device_pool[TUSB_CFG_HOST_DEVICE_MAX];
usbh_device_info_t usbh_device_pool[TUSB_CFG_HOST_DEVICE_MAX];
#endif