house keeping

This commit is contained in:
hathach
2012-11-29 15:40:57 +07:00
parent 360b28b44f
commit 8f57cb6ccb
8 changed files with 13 additions and 7 deletions

View File

@@ -41,6 +41,7 @@ TUSB_Error_t tusb_init(void)
{
/* HARDWARE INIT */
// TODO usb abstract later
/* Enable AHB clock to the USB block and USB RAM. */
LPC_SYSCON->SYSAHBCLKCTRL |= ((0x1<<14) | (0x1<<27));