summaryrefslogtreecommitdiff
path: root/tinyusb/hal/hal_lpc13uxx.c
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-11-13 12:40:11 +0700
committerhathach <[email protected]>2013-11-13 12:40:11 +0700
commit92d9c36dbcfd933f872c91ad061e2e5ab184b020 (patch)
tree1864f26f579d65878f1cbd09d65b8cbb90b3f02b /tinyusb/hal/hal_lpc13uxx.c
parentd8f32a79fc9e04136afcd8f4d79abe7a9b0c2eb9 (diff)
able to build and run cdc device demo on lpc11uxx
Diffstat (limited to 'tinyusb/hal/hal_lpc13uxx.c')
-rw-r--r--tinyusb/hal/hal_lpc13uxx.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tinyusb/hal/hal_lpc13uxx.c b/tinyusb/hal/hal_lpc13uxx.c
index fad4ea888..d4e3fa984 100644
--- a/tinyusb/hal/hal_lpc13uxx.c
+++ b/tinyusb/hal/hal_lpc13uxx.c
@@ -57,9 +57,6 @@ tusb_error_t hal_init(void)
LPC_IOCON->PIO0_6 &= ~0x07;
LPC_IOCON->PIO0_6 |= (0x01<<0); /* Secondary function SoftConn */
- dcd_controller_connect(0);
- hal_interrupt_enable(0);
-
return TUSB_ERROR_NONE;
}