summaryrefslogtreecommitdiff
path: root/tinyusb/hal
diff options
context:
space:
mode:
authorhathach <[email protected]>2014-04-17 10:54:20 +0700
committerhathach <[email protected]>2014-04-17 10:54:20 +0700
commitfb510559ec95a9be8e43f6df7735dae5f65e7ecb (patch)
treea45787fed44a076f50e9be948cac4d2b6f5cc1c1 /tinyusb/hal
parentccc65e620aeba998b274caf48a3880f3dca8de50 (diff)
remove TUSB_CFG_DEVICE_FULLSPEED
Diffstat (limited to 'tinyusb/hal')
-rw-r--r--tinyusb/hal/hal_lpc43xx.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/hal/hal_lpc43xx.c b/tinyusb/hal/hal_lpc43xx.c
index fd64fc59a..af6fba126 100644
--- a/tinyusb/hal/hal_lpc43xx.c
+++ b/tinyusb/hal/hal_lpc43xx.c
@@ -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;