summaryrefslogtreecommitdiff
path: root/tinyusb/class
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-18 14:45:21 +0700
committerhathach <[email protected]>2014-04-18 14:45:21 +0700
commit4091ddc4fc31da1b0c33538145e59df4ea9b6d51 (patch)
tree1bd2d5a227120021c810829723daaaa3ceac05cd /tinyusb/class
parent6aecb62be2af8889d82f2cd3cee0fd794c353338 (diff)
move osal_queue_send of osal_none to osal_none.c
Diffstat (limited to 'tinyusb/class')
-rw-r--r--tinyusb/class/hid_host.c2
1 files changed, 1 insertions, 1 deletions
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 -------------//