Index: firmware/App/Monitors/BloodLeak.c =================================================================== diff -u -ra05a0eb6d5aa38f5d026b9049a6284282e192172 -r9273b79631e50be192556bb9eaffd3f3a22d49d2 --- firmware/App/Monitors/BloodLeak.c (.../BloodLeak.c) (revision a05a0eb6d5aa38f5d026b9049a6284282e192172) +++ firmware/App/Monitors/BloodLeak.c (.../BloodLeak.c) (revision 9273b79631e50be192556bb9eaffd3f3a22d49d2) @@ -183,6 +183,7 @@ { // Initialize the embedded mode specifications //initEmbModeSpecs(); + initBloodLeakDriver(); bloodLeakDataPublicationCounter = DATA_PUBLISH_COUNTER_START_COUNT; bloodLeakState = BLOOD_LEAK_WAIT_FOR_POST_STATE; @@ -215,7 +216,6 @@ bloodLeakZeroingStatus.zeroingUpperRangeIntervalTimeMS.ovInitData = BLD_UPPER_INTENSITY_INTERVAL_MS; bloodLeakZeroingStatus.zeroingUpperRangeIntervalTimeMS.ovData = 0; bloodLeakZeroingStatus.zeroingUpperRangeIntervalTimeMS.override = 0; - } /*********************************************************************//** @@ -1008,6 +1008,7 @@ return result; } + /************************************************************************* * TEST SUPPORT FUNCTIONS *************************************************************************/