rename device mouse API
This commit is contained in:
		| @@ -172,7 +172,7 @@ bool tud_hid_mouse_busy(void) | ||||
|   return dcd_edpt_busy(TUD_OPT_RHPORT, _mse_itf.ep_in); | ||||
| } | ||||
|  | ||||
| bool tud_hid_mouse_send_report(hid_mouse_report_t const *p_report) | ||||
| bool tud_hid_mouse_report(hid_mouse_report_t const *p_report) | ||||
| { | ||||
|   VERIFY( tud_mounted() && !tud_hid_mouse_busy() ); | ||||
|  | ||||
|   | ||||
| @@ -130,7 +130,7 @@ bool tud_hid_mouse_busy(void); | ||||
|  * \param[in,out] p_report Report data, if NULL, an empty report (all zeroes) is used | ||||
|  * \returns       true on success, false otherwise (not mounted or busy) | ||||
|  */ | ||||
| bool tud_hid_mouse_send_report(hid_mouse_report_t const *p_report); | ||||
| bool tud_hid_mouse_report(hid_mouse_report_t const *p_report); | ||||
|  | ||||
| /*------------- Callbacks -------------*/ | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 hathach
					hathach