summaryrefslogtreecommitdiff
path: root/tinyusb/common/tusb_errors.h
diff options
context:
space:
mode:
authorhathach <[email protected]>2018-02-28 14:21:31 +0700
committerhathach <[email protected]>2018-02-28 14:21:43 +0700
commit9b7cd608aa4addf40cbe2135b38a78378e6f428f (patch)
tree5233a0c8244bd1d477471ccd8cb69528c8b40660 /tinyusb/common/tusb_errors.h
parent5efad7412ffef0bb7eb08beea29b3b06b04cfb6e (diff)
osal clean up
- task create, task def macros
Diffstat (limited to 'tinyusb/common/tusb_errors.h')
-rw-r--r--tinyusb/common/tusb_errors.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tinyusb/common/tusb_errors.h b/tinyusb/common/tusb_errors.h
index 98abe0aa6..3b33d4a9f 100644
--- a/tinyusb/common/tusb_errors.h
+++ b/tinyusb/common/tusb_errors.h
@@ -67,7 +67,6 @@
ENTRY(TUSB_ERROR_OSAL_TIMEOUT )\
ENTRY(TUSB_ERROR_OSAL_WAITING ) /* only used by OSAL_NONE in the subtask */ \
ENTRY(TUSB_ERROR_OSAL_TASK_FAILED )\
- ENTRY(TUSB_ERROR_OSAL_TASK_CREATE_FAILED )\
ENTRY(TUSB_ERROR_OSAL_QUEUE_FAILED )\
ENTRY(TUSB_ERROR_OSAL_SEMAPHORE_FAILED )\
ENTRY(TUSB_ERROR_OSAL_MUTEX_FAILED )\