summaryrefslogtreecommitdiff
path: root/tinyusb/osal
diff options
context:
space:
mode:
authorhathach <[email protected]>2013-02-06 13:50:17 +0700
committerhathach <[email protected]>2013-02-06 13:50:17 +0700
commit7961f04e17e4988db3e4ceafd57e2e02ae2d7d1f (patch)
treee5fbdba98557ad5e9edd47e9516da24de86ffddb /tinyusb/osal
parenta253e4d64846316610aa92b231e3371acd7428e6 (diff)
remove hcd_addr0_close_Ignore
add code to check error handling from enum task
Diffstat (limited to 'tinyusb/osal')
-rw-r--r--tinyusb/osal/osal_freeRTOS.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tinyusb/osal/osal_freeRTOS.h b/tinyusb/osal/osal_freeRTOS.h
index b1f16adf0..ed167e688 100644
--- a/tinyusb/osal/osal_freeRTOS.h
+++ b/tinyusb/osal/osal_freeRTOS.h
@@ -76,6 +76,7 @@
#define OSAL_TASK_LOOP_END \
}
+// TODO FreeRTOS TASK_ASSERT need to omit do while to get continue statement works.
#define TASK_ASSERT(condition)
#define TASK_ASSERT_STATUS(sts)