43 #elif defined(OS_UCOS_III)
122 #elif defined(OS_UCOS_III)
127 OSTimeDlyHMSM(0,0,
xDelay/1000,
xDelay%1000,OS_OPT_TIME_HMSM_STRICT,&ret);
128 return ret != OS_ERR_NONE;
136 static int32_t
final, init;
140 init = 1 + (final < 0 && curr > 0);
166 static int blink = 0;
168 #if defined(OS_UCOS_III)
191 ( xTaskHandle * )
NULL );
194 #elif defined(OS_UCOS_III)
200 static OS_TCB mem_tcb;
215 (OS_OPT)(OS_OPT_TASK_STK_CHK | OS_OPT_TASK_STK_CLR),
217 if (ret != OS_ERR_NONE) {
218 printf(
"Unable to create event task!\r\n");