summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-09 12:49:52 +0700
committerhathach <[email protected]>2013-05-09 12:49:52 +0700
commit63add701391ae30cd43bb2a06d87df3dda5803b8 (patch)
tree303dbd847a80ac40fd24757181a57471cc26989f /tinyusb/class/hid.h
parent363b22a55de585acbed2ef0e9e105ba4d40b8b4e (diff)
test clean up
Diffstat (limited to 'tinyusb/class/hid.h')
-rw-r--r--tinyusb/class/hid.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/class/hid.h b/tinyusb/class/hid.h
index c526ab2b4..cf70f66aa 100644
--- a/tinyusb/class/hid.h
+++ b/tinyusb/class/hid.h
@@ -46,12 +46,12 @@
#ifndef _TUSB_HID_H_
#define _TUSB_HID_H_
+#include "common/common.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#include "common/common.h"
-
enum {
HID_SUBCLASS_NONE = 0,
HID_SUBCLASS_BOOT = 1