Index: firmware/App/Tasks/TaskPriority.c =================================================================== diff -u -r5c53288436774f0cf6a24132ace29a64a66d619d -r19056bcb960b73405326d038abcea63b6862e344 --- firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 5c53288436774f0cf6a24132ace29a64a66d619d) +++ firmware/App/Tasks/TaskPriority.c (.../TaskPriority.c) (revision 19056bcb960b73405326d038abcea63b6862e344) @@ -78,6 +78,9 @@ // Temperature sensors read execTemperatureSensors(); + // Verify the processor clock speed against the FPGA clock + execFPGAClockSpeedTest(); + // Conductivity sensors read execConductivitySensors();