summaryrefslogtreecommitdiff
path: root/demos/host/src/mouse_host_app.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/host/src/mouse_host_app.c')
-rw-r--r--demos/host/src/mouse_host_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/host/src/mouse_host_app.c b/demos/host/src/mouse_host_app.c
index 7754bb08b..85006af3f 100644
--- a/demos/host/src/mouse_host_app.c
+++ b/demos/host/src/mouse_host_app.c
@@ -81,7 +81,7 @@ void tuh_hid_mouse_isr(uint8_t dev_addr, tusb_event_t event)
switch(event)
{
case TUSB_EVENT_XFER_COMPLETE:
- (void) osal_queue_send(queue_mouse_hdl, &usb_mouse_report);
+ osal_queue_send(queue_mouse_hdl, &usb_mouse_report);
(void) tuh_hid_mouse_get_report(dev_addr, (uint8_t*) &usb_mouse_report);
break;