tested keyboard device with lpcXpresso1347 board

This commit is contained in:
hathach
2013-01-11 20:49:46 +07:00
parent d76df54003
commit e935f29541
5 changed files with 24 additions and 76 deletions

View File

@@ -41,12 +41,12 @@
#ifdef TUSB_CFG_DEVICE_HID_KEYBOARD
USB_HID_KeyboardReport_t hid_keyboard_report;
volatile static bool bKeyChanged = false;
static volatile bool bKeyChanged = false;
#endif
#ifdef TUSB_CFG_DEVICE_HID_MOUSE
USB_HID_MouseReport_t hid_mouse_report;
volatile static bool bMouseChanged = false;
static volatile bool bMouseChanged = false;
#endif
/**************************************************************************/