Index: firmware/App/Services/SystemCommMessages.h =================================================================== diff -u -rcc4f8440e8ad7fa8f2ced2467d922be7422c344c -r36923cf573ee2ae49ddaaf001068934c6bf88c6c --- firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision cc4f8440e8ad7fa8f2ced2467d922be7422c344c) +++ firmware/App/Services/SystemCommMessages.h (.../SystemCommMessages.h) (revision 36923cf573ee2ae49ddaaf001068934c6bf88c6c) @@ -419,6 +419,7 @@ // MSG_ID_HD_SET_SW_CONFIG_RECORD void handleSetHDSoftwareConfigRecord( MESSAGE_T *message ); + #ifdef EMC_TEST_BUILD // MSG_ID_CAN_ERROR_COUNT BOOL broadcastCANErrorCount( U32 count ); @@ -774,9 +775,6 @@ // MSG_ID_HD_STOP_RTC_CLOCK void handleStopHDRTCClock( MESSAGE_T *message ); -// MSG_ID_HD_FAN_RPM_ALARM_START_TIME_OVERRIDE -void handleTestFansRPMAlarmStartTimeOffsetOverrideRequest( MESSAGE_T *message ); - // MSG_ID_HD_FANS_DUTY_CYCLE_OVERRIDE void handleSetFansDutyCycleOverrideRequest( MESSAGE_T *message ); @@ -786,6 +784,9 @@ // MSG_ID_HD_RES_CURRENT_TREATMENT_PARAMETERS BOOL sendTestCurrentTreatmentParametersResponse(CURRENT_TREATMENT_PARAMS_DATA_PAYLOAD_T current_params); +// MSG_ID_HD_SET_FANS_RPM_ALARM_START_TIME_OFFSET +void handleTestFansRPMAlarmStartTimeOffsetRequest( MESSAGE_T *message ); + /**@}*/ #endif