clean up
This commit is contained in:
		| @@ -56,13 +56,7 @@ | ||||
| /** \defgroup Keyboard_Device Device | ||||
|  *  @{ */ | ||||
|  | ||||
| /** \brief      Check if the interface is configured and ready to use | ||||
|  * \param[in]   coreid USB Controller ID | ||||
|  * \retval      true if the interface is configured | ||||
|  * \retval      false if the interface is not configured (e.g device is not attached) | ||||
|  * \note        This function should be call frequently or before any xfer attempt to check if device is still attached | ||||
|  */ | ||||
| bool tusbd_hid_keyboard_is_configured(uint8_t coreid); | ||||
| //bool tusbd_hid_keyboard_is_configured(uint8_t coreid); | ||||
|  | ||||
| /** \brief      Check if the interface is currently busy or not | ||||
|  * \param[in]   coreid USB Controller ID | ||||
| @@ -112,13 +106,7 @@ void tusbd_hid_keyboard_unmounted_cb(uint8_t coreid); | ||||
| /** \defgroup Mouse_Device Device | ||||
|  *  @{ */ | ||||
|  | ||||
| /** \brief      Check if the interface is configured and ready to use | ||||
|  * \param[in]   coreid USB Controller ID | ||||
|  * \retval      true if the interface is configured | ||||
|  * \retval      false if the interface is not configured (e.g device is not attached) | ||||
|  * \note        This function should be call frequently or before any xfer attempt to check if device is still attached | ||||
|  */ | ||||
| bool tusbd_hid_mouse_is_configured(uint8_t coreid); | ||||
| //bool tusbd_hid_mouse_is_configured(uint8_t coreid); | ||||
|  | ||||
| /** \brief      Check if the interface is currently busy or not | ||||
|  * \param[in]   coreid USB Controller ID | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach