From fcb8e295ecf5b50ffe2ec98d648d461bc215e2af Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 29 Mar 2013 23:37:59 +0700 Subject: clean up, update tests for hcd_port_reset after 8 byte descriptor & set configure before open class driver --- tinyusb/osal/osal_common.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tinyusb/osal') diff --git a/tinyusb/osal/osal_common.h b/tinyusb/osal/osal_common.h index ceb6d00fd..eda859145 100644 --- a/tinyusb/osal/osal_common.h +++ b/tinyusb/osal/osal_common.h @@ -59,8 +59,8 @@ enum { - OSAL_TIMEOUT_NOTIMEOUT = 0, // for use within ISR, return immediately - OSAL_TIMEOUT_NORMAL = 10, // default is 10 msec + OSAL_TIMEOUT_NOTIMEOUT = 0, // for use within ISR, return immediately + OSAL_TIMEOUT_NORMAL = 10, // default is 10 msec OSAL_TIMEOUT_WAIT_FOREVER = 0x0EEEEEEE }; -- cgit v1.3.1