rename VERIFY to TU_VERIFY to avoid conflict with application
This commit is contained in:
@@ -115,7 +115,7 @@ void cdc_serial_host_app_init(void)
|
||||
sem_hdl = osal_semaphore_create(1, 0);
|
||||
TU_ASSERT( sem_hdl, VOID_RETURN);
|
||||
|
||||
VERIFY( osal_task_create(cdc_serial_host_app_task, "cdc", 128, NULL, CDC_SERIAL_APP_TASK_PRIO), );
|
||||
TU_VERIFY( osal_task_create(cdc_serial_host_app_task, "cdc", 128, NULL, CDC_SERIAL_APP_TASK_PRIO), );
|
||||
}
|
||||
|
||||
//------------- main task -------------//
|
||||
|
Reference in New Issue
Block a user