Index: firmware/App/HDCommon.h =================================================================== diff -u -r6419179374edcd65da462de84e8aeaefb7e20320 -r5d13922ee2e8c851bc5db67ef4d0120b47de6f07 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision 6419179374edcd65da462de84e8aeaefb7e20320) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision 5d13922ee2e8c851bc5db67ef4d0120b47de6f07) @@ -32,7 +32,7 @@ // TODO - remove build switches before release #ifndef _RELEASE_ #ifndef _VECTORCAST_ - #define BOARD_WITH_NO_HARDWARE 1 +// #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 // #define TASK_TIMING_OUTPUT_ENABLED 1 // Re-purposes alarm lamp pins for task timing @@ -53,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 @@ -69,6 +69,7 @@ // #define DISABLE_BATT_COMM 1 // Disable battery communication. #define SKIP_AIR_BUBBLE_CHECK 1 // Skip air bubble detector self-test. #define DISABLE_OCCLUSION_SELF_TEST 1 // Skip occlusion sensor self-test. + #define SKIP_CARTRIDGE_REMOVAL 1 // Skip cartridge removal check #include #include