use unsigned char instead of char for error string

use #if 0 instead of // for remove code
This commit is contained in:
hathach
2013-01-22 18:19:05 +07:00
parent 3ffda2033a
commit b5207ff146
4 changed files with 12 additions and 8 deletions

View File

@@ -35,9 +35,11 @@
* This file is part of the tiny usb stack.
*/
#include "hid_host.h"
#include "common/common.h"
#if defined DEVICE_CLASS_HID && defined TUSB_CFG_HOST
#if defined TUSB_CFG_HOST && defined DEVICE_CLASS_HID
#include "hid_host.h"
tusb_error_t tusbh_keyboard_get(tusb_handle_configure_t const config_hdl, tusb_keyboard_report_t * const report)
{