From a6b943260060224cdffe0d55d50fb4e377b65392 Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 13 Dec 2018 14:57:21 +0700 Subject: clean up error enum --- src/class/hid/hid_host.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/class') diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index 1e44055ec..b01cd9d59 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -238,12 +238,12 @@ bool hidh_open_subtask(uint8_t dev_addr, tusb_desc_interface_t const *p_interfac #endif { - // TUSB_ERROR_HIDH_NOT_SUPPORTED_PROTOCOL + // Not supported protocol return false; } }else { - // TUSB_ERROR_HIDH_NOT_SUPPORTED_SUBCLASS + // Not supported subclass return false; } -- cgit v1.3.1