Index: firmware/App/Services/SystemCommMessages.c =================================================================== diff -u -r696e732c9742535a58b9c65f243df7cd797d1423 -rf192234d80556802fa42e62f8c1b20d1474f82f1 --- firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision 696e732c9742535a58b9c65f243df7cd797d1423) +++ firmware/App/Services/SystemCommMessages.c (.../SystemCommMessages.c) (revision f192234d80556802fa42e62f8c1b20d1474f82f1) @@ -724,6 +724,7 @@ return result; } +#if 0 /*********************************************************************//** * @brief * The sendDGServiceRecord function sends out the DG service record. @@ -762,6 +763,7 @@ return result; } +#endif /*********************************************************************//** * @brief @@ -863,6 +865,8 @@ return result; } +#if 0 +// For Phase 1B /*********************************************************************//** * @brief * The handleDGScheduledRunsRequest function handles a request for DG @@ -893,6 +897,7 @@ // Serialize the message (w/ sync, CRC, and appropriate CAN padding) and add serialized message data to appropriate comm buffer serializeMessage( msg, COMM_BUFFER_OUT_CAN_DG_2_UI, ACK_REQUIRED ); } +#endif /*********************************************************************//** * @brief @@ -3146,6 +3151,7 @@ sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, status ); } +#if 0 /*********************************************************************//** * @brief * The handleGetDGServiceRecord function handles a request to get the DG @@ -3204,6 +3210,7 @@ // Respond to request sendTestAckResponseMsg( (MSG_ID_T)message->hdr.msgID, status ); } +#endif /*********************************************************************//** * @brief