diff options
| author | hathach <[email protected]> | 2012-11-29 15:40:57 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2012-11-29 15:57:44 +0700 |
| commit | 8f57cb6ccb65c0519d78661cb36be12e6079f965 (patch) | |
| tree | 5847bc63dfc72cc67a5a963cb6cd769a209e1698 /tinyusb/tusb.c | |
| parent | 360b28b44fa2ad7973f06c7f048a66a68e6cb90f (diff) | |
house keeping
Diffstat (limited to 'tinyusb/tusb.c')
| -rw-r--r-- | tinyusb/tusb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index f4acc7ab6..e2aed4d4e 100644 --- a/tinyusb/tusb.c +++ b/tinyusb/tusb.c @@ -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)); |
