From fb510559ec95a9be8e43f6df7735dae5f65e7ecb Mon Sep 17 00:00:00 2001 From: hathach Date: Thu, 17 Apr 2014 10:54:20 +0700 Subject: remove TUSB_CFG_DEVICE_FULLSPEED --- tinyusb/hal/hal_lpc43xx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tinyusb/hal') 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; -- cgit v1.3.1