- fix HID_MOUSEBUTTON right & left

- add mouse app to mount mouse interface
This commit is contained in:
hathach
2013-04-07 19:33:40 +07:00
parent dfe2b94248
commit 4b63a2bc5c
6 changed files with 166 additions and 9 deletions

View File

@@ -47,7 +47,7 @@
// INTERNAL OBJECT & FUNCTION DECLARATION
//--------------------------------------------------------------------+
//TUSB_CFG_ATTR_USBRAM
__attribute__ ((section(".data.$RAM3")))
__attribute__ ((section(".data.$RAM3"))) // TODO hack for USB RAM
tusb_keyboard_report_t keyboard_report;
//--------------------------------------------------------------------+