- fix wrong class code for TUSB_CLASS_APPLICATION_SPECIFIC

This commit is contained in:
hathach
2013-03-09 14:31:37 +07:00
parent 2364b09f80
commit ef9eb1f2fa
3 changed files with 3 additions and 5 deletions

View File

@@ -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
*