diff options
| author | hathach <[email protected]> | 2013-03-29 23:37:59 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-03-29 23:37:59 +0700 |
| commit | fcb8e295ecf5b50ffe2ec98d648d461bc215e2af (patch) | |
| tree | 0e465cd99b459493fa8defeef62a0849a9885221 /tinyusb/osal | |
| parent | e658e67ebefb94ee001dc491ea01c607300490b7 (diff) | |
clean up, update tests for hcd_port_reset after 8 byte descriptor & set configure before open class driver
Diffstat (limited to 'tinyusb/osal')
| -rw-r--r-- | tinyusb/osal/osal_common.h | 4 |
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 }; |
