Index: Integrity.c =================================================================== diff -u -r597d414dea37e4c05518cd81b1043d2cd3fc8219 -r55d6c97f2ce3636c21b235c7a0a4ac3715f5226e --- Integrity.c (.../Integrity.c) (revision 597d414dea37e4c05518cd81b1043d2cd3fc8219) +++ Integrity.c (.../Integrity.c) (revision 55d6c97f2ce3636c21b235c7a0a4ac3715f5226e) @@ -54,8 +54,6 @@ static SELF_TEST_STATUS_T integrityTestStatus; ///< Current firmware integrity test status. static U32 processorRAMStatusCounter = 0; ///< Counter used to check processor RAM error. static BOOL singleBitRAMErrorFlag = FALSE; ///< Flag to signal the processor RAM error. -/// Time threshold to check RAM error is 2 seconds -static const U32 RAM_ERROR_CHECK_TIME_THRESHOLD = ((2 * MS_PER_SECOND) / TASK_GENERAL_INTERVAL); /*********************************************************************//** * @brief