summaryrefslogtreecommitdiff
path: root/examples/obsolete/host/src/cdc_serial_host_app.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/obsolete/host/src/cdc_serial_host_app.c')
-rw-r--r--examples/obsolete/host/src/cdc_serial_host_app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/obsolete/host/src/cdc_serial_host_app.c b/examples/obsolete/host/src/cdc_serial_host_app.c
index 0782d0518..e21a3a67d 100644
--- a/examples/obsolete/host/src/cdc_serial_host_app.c
+++ b/examples/obsolete/host/src/cdc_serial_host_app.c
@@ -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 -------------//