Index: firmware/App/Services/Messaging.c =================================================================== diff -u -raf393c1a06cffeafdf8a8c9bca2ae39519798e2d -r1005a3eaaf60b156c7fa7d4d1252992774b821d5 --- firmware/App/Services/Messaging.c (.../Messaging.c) (revision af393c1a06cffeafdf8a8c9bca2ae39519798e2d) +++ firmware/App/Services/Messaging.c (.../Messaging.c) (revision 1005a3eaaf60b156c7fa7d4d1252992774b821d5) @@ -217,7 +217,7 @@ { MSG_ID_TD_SYRINGE_PUMP_ADC_READ_COUNTER_OVERRIDE_REQUEST, &testSyringePumpADCReadCounterOverride }, { MSG_ID_TD_HEPARIN_BOLUS_TARGET_RATE_OVERRIDE_REQUEST, &testHeparinBolusTargetRateOverride }, { MSG_ID_TD_SYRINGE_PUMP_FORCE_SENSOR_CALIBRATION_REQUEST, &testCalibrateForceSensor }, - { MSG_ID_TD_GET_ALARM_PROPERTIES_REQUEST, &handleGetAlarmPropertiesRequest }, + { MSG_ID_TD_GET_ALARM_PROPERTIES_REQUEST, &testGetAlarmPropertiesRequest }, }; /// Number of entries in the message handling function lookup table.