diff options
| author | hathach <[email protected]> | 2013-03-09 14:31:37 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-09 14:31:37 +0700 |
| commit | ef9eb1f2fa33718894637c53971042d3343ad462 (patch) | |
| tree | cd1ee99ddac21b3a11c8740badca40d76786d059 /tinyusb/class | |
| parent | 2364b09f80e097580630c556965bebd2013db7b3 (diff) | |
- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC
Diffstat (limited to 'tinyusb/class')
| -rw-r--r-- | tinyusb/class/hid_device.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/class/hid_device.h b/tinyusb/class/hid_device.h index 9d89a139a..fe2e838ee 100644 --- a/tinyusb/class/hid_device.h +++ b/tinyusb/class/hid_device.h @@ -51,12 +51,12 @@ #ifndef _TUSB_HID_DEVICE_H_ #define _TUSB_HID_DEVICE_H_ +#include "hid.h" + #ifdef __cplusplus extern "C" { #endif -#include "hid.h" - #ifdef DEVICE_ROMDRIVER /** \brief Initialize HID driver * |
