summaryrefslogtreecommitdiff
path: root/tinyusb/osal/osal_common.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-03-29 23:37:59 +0700
committerhathach <[email protected]>2013-03-29 23:37:59 +0700
commitfcb8e295ecf5b50ffe2ec98d648d461bc215e2af (patch)
tree0e465cd99b459493fa8defeef62a0849a9885221 /tinyusb/osal/osal_common.h
parente658e67ebefb94ee001dc491ea01c607300490b7 (diff)
clean up, update tests for hcd_port_reset after 8 byte descriptor & set configure before open class driver
Diffstat (limited to 'tinyusb/osal/osal_common.h')
-rw-r--r--tinyusb/osal/osal_common.h4
1 files changed, 2 insertions, 2 deletions
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
};