summaryrefslogtreecommitdiff
path: root/tinyusb/class/hid_device.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-05-23 13:22:46 +0700
committerhathach <[email protected]>2013-05-23 13:22:46 +0700
commit8cb7818bcc048a69b9e2b0a4607c8f75bc35c359 (patch)
tree6307b044a94f013c7ec74b1462318484b30c1a76 /tinyusb/class/hid_device.h
parentd7ae21203c1a7915c397157a9d231264ff0e66fc (diff)
- move CMSIS & driver lib for lpc13u to codebase bsp/lpc13xx
- change descriptor.c/h able to build device example
Diffstat (limited to 'tinyusb/class/hid_device.h')
-rw-r--r--tinyusb/class/hid_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid_device.h
index 5268654d1..f797007b0 100644
--- a/tinyusb/class/hid_device.h
+++ b/tinyusb/class/hid_device.h
@@ -52,6 +52,7 @@
#ifndef _TUSB_HID_DEVICE_H_
#define _TUSB_HID_DEVICE_H_
+#include "common/common.h"
#include "hid.h"
#ifdef __cplusplus