Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -r2fff37fa585181917705645494549b5fd4a4d522 -r195f895cd5f580b448db5a251ab7a7f40ba0f40f --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 2fff37fa585181917705645494549b5fd4a4d522) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 195f895cd5f580b448db5a251ab7a7f40ba0f40f) @@ -337,6 +337,9 @@ // MSG_ID_UI_DG_SET_RTC_REQUEST void handleUIClockSyncRequest( MESSAGE_T *message ); +// MSG_ID_HD_DG_POST_RESULT_REQUEST +void handleDGPOSTResultRequest( MESSAGE_T *message ); + // MSG_ID_DG_SET_CALIBRATION_DATA void handleSetDGCalibrationRecord( MESSAGE_T *message );