diff options
| author | hathach <[email protected]> | 2013-07-19 02:30:22 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-07-19 02:30:22 +0700 |
| commit | a522263a9d43679ea9ffa499c1ea0efba4a523ad (patch) | |
| tree | fef67ed8ab6eff8347e30fbe8b6ac7cbf82e173d /tinyusb/host | |
| parent | ce865721a56bade9a99661e425b9dd85d7510296 (diff) | |
add implementation for
- tusbh_cdc_rndis_is_mounted
- tusbh_cdc_rndis_get_mac_addr
Diffstat (limited to 'tinyusb/host')
| -rw-r--r-- | tinyusb/host/usbh.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/host/usbh.h b/tinyusb/host/usbh.h index 7b4a5372f..e3300ff4c 100644 --- a/tinyusb/host/usbh.h +++ b/tinyusb/host/usbh.h @@ -112,7 +112,7 @@ OSAL_TASK_FUNCTION (usbh_enumeration_task) (void* p_task_para); tusb_error_t usbh_init(void); tusb_error_t usbh_control_xfer_subtask(uint8_t dev_addr, uint8_t bmRequestType, uint8_t bRequest, - uint16_t wValue, uint16_t wIndex, uint16_t wLength, uint8_t* data ); + uint16_t wValue, uint16_t wIndex, uint16_t wLength, uint8_t* data); #endif |
