Index: firmware/App/HDCommon.h =================================================================== diff -u -ra5d0cc8ffe98ed976cb0822757d06a47db92b744 -r20499caf3661fbc65a170a289b1f46ca7b59c903 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision a5d0cc8ffe98ed976cb0822757d06a47db92b744) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 20499caf3661fbc65a170a289b1f46ca7b59c903) @@ -32,6 +32,7 @@ // TODO - remove build switches before release #ifndef _RELEASE_ #ifndef _VECTORCAST_ + #define RM46_EVAL_BOARD_TARGET 1 // #define RUN_WITHOUT_DG 1 // Run HD w/o DG // #define SIMULATE_UI 1 // Build w/o requirement that UI be there // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing @@ -52,7 +53,7 @@ #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 - //#define DISABLE_CAL_CHECK 1 +// #define DISABLE_CAL_CHECK 1 // #define RUN_PUMPS_OPEN_LOOP 1 // BP and DPi pumps will be run open loop (no flow sensor feedback) // #define RAW_FLOW_SENSOR_DATA 1 // Test build will not filter flow sensor data // #define READ_FPGA_ASYNC_DATA 1 // Test build reads non-priority register page every other time