remove TUSB_CFG_DEVICE_FULLSPEED

This commit is contained in:
hathach
2014-04-17 10:54:20 +07:00
parent ccc65e620a
commit fb510559ec
4 changed files with 39 additions and 38 deletions

View File

@@ -112,7 +112,7 @@ tusb_error_t hal_init(void)
LPC_USB1->USBMODE_D = LPC43XX_USBMODE_DEVICE;
#endif
LPC_USB1->PORTSC1_D |= (1<<24); // TODO abtract, force port to fullspeed
LPC_USB1->PORTSC1_D |= (1<<24); // TODO abstract, force port to fullspeed
#endif
return TUSB_ERROR_NONE;