Index: firmware/App/Controllers/BloodLeak.c =================================================================== diff -u -rd8015ede9ee8620fa26318990ebfeed9c84a9344 -r3cd6c27b7d5cd7011ff740354676d8b9d05a4f8e --- firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision d8015ede9ee8620fa26318990ebfeed9c84a9344) +++ firmware/App/Controllers/BloodLeak.c (.../BloodLeak.c) (revision 3cd6c27b7d5cd7011ff740354676d8b9d05a4f8e) @@ -1213,16 +1213,6 @@ bloodLeakDataPublicationCounter = 0; broadcastData( MSG_ID_HD_BLOOD_LEAK_DATA, COMM_BUFFER_OUT_CAN_HD_BROADCAST, (U08*)&data, sizeof( BLOOD_LEAK_DATA_T ) ); - - - /*if ( ( bloodLeakState >= BLOOD_LEAK_INIT_STATE ) && ( FALSE == bloodLeakEmbModeHasZeroBeenRqustd ) ) - { - // Once the previous data was broadcast, and the system is not in init and blood leak zero request has not been set, enqueue the data - // to be queried and read again. The data is queried here to make sure there is a second of time in between the queries for I, V, and D - enqueueEmbModeCmd( I_EMB_MODE_CMD ); - enqueueEmbModeCmd( V_EMB_MODE_CMD ); - enqueueEmbModeCmd( D_EMB_MODE_CMD ); - }*/ // TODO remove } }