Index: firmware/App/HDCommon.h =================================================================== diff -u -re518c218d137c8a2a0512bfcb7f28b3687fe8525 -rd5b22405ec6269a9fc9f56f8a27651b71a878282 --- firmware/App/HDCommon.h (.../HDCommon.h) (revision e518c218d137c8a2a0512bfcb7f28b3687fe8525) +++ firmware/App/HDCommon.h (.../HDCommon.h) (revision d5b22405ec6269a9fc9f56f8a27651b71a878282) @@ -25,7 +25,7 @@ #define HD_VERSION_MAJOR 0 #define HD_VERSION_MINOR 5 #define HD_VERSION_MICRO 0 -#define HD_VERSION_BUILD 9010 +#define HD_VERSION_BUILD 9012 // ********** development build switches ********** @@ -59,7 +59,7 @@ // #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 - #define EMC_TEST_BUILD 1 // EMC test build - HD/DG run separately but connected, HD pumps toggle on/off w/ stop button +// #define EMC_TEST_BUILD 1 // EMC test build - HD/DG run separately but connected, HD pumps toggle on/off w/ stop button #define ALARMS_DEBUG 1 // Triggered alarms sent to debug UART #define SKIP_PRIMING 1 // Skip Pre-treatment Prime #define SKIP_WET_SELF_TESTS 1 // Skip Pre-treatment prime wet self-tests