Index: NVDataMgmt.c =================================================================== diff -u -rd136ddf60da3be5d1e1bb83af7221927f4cfea25 -rdaa771cd56143d94152b4a72821901d54d0f5902 --- NVDataMgmt.c (.../NVDataMgmt.c) (revision d136ddf60da3be5d1e1bb83af7221927f4cfea25) +++ NVDataMgmt.c (.../NVDataMgmt.c) (revision daa771cd56143d94152b4a72821901d54d0f5902) @@ -908,6 +908,7 @@ BOOL scheduleStatus = enqueueSector0Records(); // Signal that there is a new calibration record available. + // NOTE: as of now, this signal will be sent even after the system record is sent newCalStartTimer = getMSTimerCount(); isNewCalAvailable = TRUE; } @@ -1236,12 +1237,7 @@ value = dgSWConfigGroup.dgSWConfigsRecord.swConfigs[ config ]; #endif #ifdef _HD_ - HD_OP_MODE_T opMode = getCurrentOperationMode(); - - if ( ( MODE_FAUL == opMode ) || ( MODE_SERV == opMode ) || ( MODE_STAN == opMode ) ) - { - value = hdSWConfigGroup.hdSWConfigsRecord.swConfigs[ config ]; - } + value = hdSWConfigGroup.hdSWConfigsRecord.swConfigs[ config ]; #endif #endif