diff options
| author | hathach <[email protected]> | 2013-05-09 13:48:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-09 13:48:11 +0700 |
| commit | 327519a5a602eb6cd99fc3d6fc52a7a98c2c552c (patch) | |
| tree | fcd120d13e09da30d78d13477bc7f2c1bdd2e79a /tinyusb/host | |
| parent | e401372c051e2ce3761daaf18deb4df39797fff4 (diff) | |
refractor test
try to add travis-ci
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/usbh_hcd.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/tinyusb/host/usbh_hcd.h b/tinyusb/host/usbh_hcd.h index ec85fea89..fa676dfc9 100644 --- a/tinyusb/host/usbh_hcd.h +++ b/tinyusb/host/usbh_hcd.h @@ -67,7 +67,7 @@ #endif //--------------------------------------------------------------------+ -// USBH +// USBH-HCD common data structure //--------------------------------------------------------------------+ typedef struct ATTR_ALIGNED(4){ uint8_t core_id; @@ -106,7 +106,9 @@ typedef struct { // TODO internal structure, re-order members extern usbh_device_info_t usbh_devices[TUSB_CFG_HOST_DEVICE_MAX+1]; // including zero-address -//------------- callback from HCD ISR-------------// +//--------------------------------------------------------------------+ +// callback from HCD ISR +//--------------------------------------------------------------------+ void usbh_isr(pipe_handle_t pipe_hdl, uint8_t class_code, tusb_event_t event); void usbh_device_plugged_isr(uint8_t hostid); void usbh_device_unplugged_isr(uint8_t hostid); |
