Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r43aeaa281c1de71abc4342644442417b6970e093 -rf215311725c002c9b9f2915e3502b89ae6a93c91 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 43aeaa281c1de71abc4342644442417b6970e093) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision f215311725c002c9b9f2915e3502b89ae6a93c91) @@ -269,7 +269,7 @@ // Create a message record blankMessage( &msg ); msg.hdr.msgID = MSG_ID_DG_EVENT; - // The payload length is the event ID, 2 event datas and the events data types for each of the event datas + // The payload length is the event ID, 2 event datas and the events data types for each of the event data msg.hdr.payloadLen = sizeof( U32 ) + 2 * sizeof( EVENT_DATAS_T ) + 2 * sizeof( U32 ); memcpy( payloadPtr, &e, sizeof( U32 ) ); @@ -1540,7 +1540,7 @@ } else { - //stopFillCmd(); + stopFillCmd(); } } @@ -1597,7 +1597,7 @@ } else if ( ( DG_MODE_GENE == getCurrentOperationMode() ) && ( FALSE == startingTreatment ) ) { - //result = requestDGStop(); TODO uncomment this only for testing If DG by itself is run, a stop request is sent since HD is may not be available + result = requestDGStop(); } }