diff options
| author | hathach <[email protected]> | 2013-10-24 16:47:18 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-10-24 16:47:18 +0700 |
| commit | 5f584384eb858ac2dedce78fb85e164fcf29a9d7 (patch) | |
| tree | e00c56a60552f010ee10487612338aac649fce59 /tinyusb/class/hid_host.h | |
| parent | d8d00ca7688c489b427d398e2e4d8e0dc89ecede (diff) | |
document msc host
Diffstat (limited to 'tinyusb/class/hid_host.h')
| -rw-r--r-- | tinyusb/class/hid_host.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/class/hid_host.h b/tinyusb/class/hid_host.h index 434318b45..c61d840cf 100644 --- a/tinyusb/class/hid_host.h +++ b/tinyusb/class/hid_host.h @@ -173,7 +173,7 @@ void tusbh_hid_mouse_isr(uint8_t dev_addr, tusb_event_t event); */
void tusbh_hid_mouse_mounted_cb(uint8_t dev_addr);
-/** \brief Callback function that will be invoked when a device with Mouse interface is unmounted
+/** \brief Callback function that will be invoked when a device with Mouse interface is unmounted
* \param[in] dev_addr Address of newly unmounted device
* \note This callback should be used by Application to tear-down interface-related data
*/
|
