Index: firmware/App/Controllers/SyringePump.h =================================================================== diff -u -r120487ddf3e3d69d1de5094d5252c037588e2ed8 -r056bb7c3e42a6c56e10ff75f69aa1d7b9e5c8af8 --- firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 120487ddf3e3d69d1de5094d5252c037588e2ed8) +++ firmware/App/Controllers/SyringePump.h (.../SyringePump.h) (revision 056bb7c3e42a6c56e10ff75f69aa1d7b9e5c8af8) @@ -105,6 +105,7 @@ /// Software configuration enums typedef enum software_configurations { + SW_CONFIG_DISABLE_ALARM_AUDIO = 0, /// SW_CONFIG_DISABLE_SYRINGE_PUMP_ALARMS, ///< Software configuration disable syringe pump alarms. SW_CONFIG_DISABLE_SYRINGE_PUMP, ///< Software configuration disable syringe pump. NUM_OF_SW_CONFIGS ///< Number of software configurations.