Index: firmware/App/HDCommon.h =================================================================== diff -u -rce48f926049a50239537917cda7eff06557a80bf -rd951c4a673f308306d48650182c3af3814e9ab4b --- firmware/App/HDCommon.h (.../HDCommon.h) (revision ce48f926049a50239537917cda7eff06557a80bf) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision d951c4a673f308306d48650182c3af3814e9ab4b) @@ -25,13 +25,14 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 5 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 9007 +#define HD_VERSION_BUILD 9009 // ********** development build switches ********** // TODO - remove build switches before release #ifndef _RELEASE_ #ifndef _VECTORCAST_ +// #define USING_DEBUGGER 1 // Want to be able to use the debugger and have break points // #define BOARD_WITH_NO_HARDWARE 1 // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #define SIMULATE_UI 1 // Build w/o requirement that UI be there @@ -50,6 +51,7 @@ #define DISABLE_PUMP_SPEED_CHECKS 1 // Do not error on HD pump speed checks #define DISABLE_PUMP_DIRECTION_CHECKS 1 // Do not error on HD pump direction checks #define DISABLE_SYRINGE_PUMP 1 // Disable syringe pump functionality +// #define ALWAYS_ALLOW_SYRINGE_PUMP_CMDS 1 // Allow syringe pump commands at any time except when pump is busy #define DISABLE_PRESSURE_CHECKS 1 // Do not error on HD pressure checks // #define DISABLE_UF_ALARMS 1 // Do not error on HD ultrafiltration checks #define DISABLE_VALVE_ALARMS 1 // Do not error on HD valve position