From 4091ddc4fc31da1b0c33538145e59df4ea9b6d51 Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 18 Apr 2014 14:45:21 +0700 Subject: move osal_queue_send of osal_none to osal_none.c --- tinyusb/class/hid_host.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/class') diff --git a/tinyusb/class/hid_host.c b/tinyusb/class/hid_host.c index 28a8a202a..a13a268b5 100644 --- a/tinyusb/class/hid_host.c +++ b/tinyusb/class/hid_host.c @@ -207,7 +207,7 @@ tusb_error_t hidh_open_subtask(uint8_t dev_addr, tusb_descriptor_interface_t con 0, NULL ), error ); - (void) error; // skip it set idle is failed + (void) error; // skip if set idle is failed #if 0 //------------- Get Report Descriptor TODO HID parser -------------// -- cgit v1.3.1