#include #include #include STATIC_AL boolean appl_benchmark_main_result_is_ok; void TaskApplBenchmark_Main_Init(void) { appl_benchmark_main_result_is_ok = TRUE; } void TaskApplBenchmark_Main_Func(void) { IoHwAb_DebugPortHigh(); appl_benchmark_main_result_is_ok = TRUE; IoHwAb_DebugPortLow(); if(appl_benchmark_main_result_is_ok == FALSE) { for(;;) { HalCpuNop(); } } }