diff options
| author | hathach <[email protected]> | 2018-03-13 16:30:53 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-13 16:30:53 +0700 |
| commit | ffca1f5e64b2206c2f006a7912c27ae3ee0f9d26 (patch) | |
| tree | 67dcd91b51ca7995a32745fee3bb5ce50f3de940 /tinyusb/tusb.c | |
| parent | 2435abb0a8496361fb08cdaa4234e9d205add186 (diff) | |
working on nrf52
Diffstat (limited to 'tinyusb/tusb.c')
| -rw-r--r-- | tinyusb/tusb.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tinyusb/tusb.c b/tinyusb/tusb.c index b9af2092f..29f1ade95 100644 --- a/tinyusb/tusb.c +++ b/tinyusb/tusb.c @@ -52,14 +52,6 @@ tusb_error_t tusb_init(void) ASSERT_STATUS ( usbd_init() ); // device stack init
#endif
-#if (TUSB_CFG_CONTROLLER_0_MODE)
- tusb_hal_init_enable(0);
-#endif
-
-#if (TUSB_CFG_CONTROLLER_1_MODE)
- tusb_hal_init_enable(1);
-#endif
-
return TUSB_ERROR_NONE;
}
|
