hid mouse working

This commit is contained in:
hathach
2012-11-29 16:32:49 +07:00
parent 8f57cb6ccb
commit b8b92e1202
11 changed files with 49 additions and 32 deletions

View File

@@ -37,6 +37,8 @@
#include "dcd.h"
#ifdef CFG_TUSB_DEVICE
// TODO refractor later
#include "descriptors.h"
#include <cr_section_macros.h>
@@ -160,3 +162,5 @@ void USB_IRQHandler(void)
{
USBD_API->hw->ISR(g_hUsb);
}
#endif