summaryrefslogtreecommitdiff
path: root/src/osal
diff options
context:
space:
mode:
authorhathach <[email protected]>2019-10-18 16:38:02 +0700
committerhathach <[email protected]>2019-10-18 16:38:02 +0700
commit90b6b5d137af680e807bc2909d9d0e79b9f118ce (patch)
treeab1c22f8f2d4eccd7d80bc8484419aceef1dd083 /src/osal
parent195d0f5a147fb83ae3685b9558bdaeb0bd83f8f2 (diff)
clean up tusb_verify
Diffstat (limited to 'src/osal')
-rw-r--r--src/osal/osal.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/osal/osal.h b/src/osal/osal.h
index ea655d4f1..6b1d668a4 100644
--- a/src/osal/osal.h
+++ b/src/osal/osal.h
@@ -86,9 +86,6 @@ static inline bool osal_queue_send(osal_queue_t const qhdl, void const * data, b
#define STASK_RETURN(_error) return _error;
#define STASK_INVOKE(_subtask, _status) (_status) = _subtask
-
-// Sub Task Assert
-#define STASK_ASSERT_ERR(_err) TU_VERIFY_ERR(_err)
#define STASK_ASSERT(_cond) TU_VERIFY(_cond, TUSB_ERROR_OSAL_TASK_FAILED)
#endif