Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r2892e3f528d76f45719b7124358e9d242bf27172 -r9c785a779da348df1c066ae0da2d0f53de7ea936 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 2892e3f528d76f45719b7124358e9d242bf27172) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 9c785a779da348df1c066ae0da2d0f53de7ea936) @@ -60,10 +60,10 @@ if ( TRUE == uiCommunicated() ) #endif { -#ifndef BOARD_WITH_NO_HARDWARE // 1st pass for FPGA - execFPGAIn(); - + execFPGAIn(); + +#ifndef BOARD_WITH_NO_HARDWARE // Verify processor clock speed against FPGA clock execFPGAClockSpeedTest(); @@ -108,10 +108,13 @@ // Exec and monitor valves execValves(); #endif -#endif +#endif +#endif + // Monitor blood leak detector + //execBloodLeak(); // Todo remove when board with hardware is disabled + // 2nd pass for FPGA execFPGAOut(); -#endif } // Check in with watchdog manager