From 90b6b5d137af680e807bc2909d9d0e79b9f118ce Mon Sep 17 00:00:00 2001 From: hathach Date: Fri, 18 Oct 2019 16:38:02 +0700 Subject: clean up tusb_verify --- src/osal/osal.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/osal') 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 -- cgit v1.3.1