clear 19.1

This commit is contained in:
hathach
2013-01-22 18:09:58 +07:00
parent 38ce3f7534
commit 3ffda2033a
6 changed files with 30 additions and 31 deletions
+10 -12
View File
@@ -58,6 +58,16 @@
// TODO refractor
#include "common/common.h"
#ifdef TUSB_CFG_DEVICE
#include "device/dcd.h"
#include "hid_device.h"
#endif
#ifdef TUSB_CFG_HOST
#include "host/usbd_host.h"
#include "hid_host.h"
#endif
/** \struct tusb_mouse_report_t
* \brief Standard HID Boot Protocol Mouse Report.
*
@@ -160,18 +170,6 @@ enum USB_HID_LOCAL_CODE
HID_Local_Turkish_F
};
#ifdef TUSB_CFG_DEVICE
#include "device/dcd.h"
#include "hid_device.h"
#endif
#ifdef TUSB_CFG_HOST
#include "host/usbd_host.h"
#include "hid_host.h"
#endif
#ifdef __cplusplus
}
#endif
+1 -1
View File
@@ -35,7 +35,7 @@
* This file is part of the tiny usb stack.
*/
#include "hid.h"
#include "hid_host.h"
#if defined DEVICE_CLASS_HID && defined TUSB_CFG_HOST
+1 -1
View File
@@ -60,7 +60,7 @@
tusb_error_t tusbh_keyboard_get(tusb_handle_configure_t const handle, tusb_keyboard_report_t * const report);
#ifdef __cplusplus
}
}
#endif
#endif /* _TUSB_HID_HOST_H_ */