start to add hid keyboard

This commit is contained in:
hathach
2012-11-27 17:41:00 +07:00
parent 54e5289b73
commit 545fe61828
7 changed files with 42 additions and 10 deletions

View File

@@ -46,7 +46,11 @@
#include "tusb_cfg.h"
#ifdef CFG_TUSB_DEVICE
#include "device/dcd.h"
#include "device/dcd.h"
#endif
#if CLASS_HID
#include "class/hid.h"
#endif
#ifdef __cplusplus