Index: TestSupport.c =================================================================== diff -u -r69e5c8100b05a368e7a6f845eb6410c5ef43d5f7 -r33ece5dbfd9eab92d302f0717ead4a313f574037 --- TestSupport.c (.../TestSupport.c) (revision 69e5c8100b05a368e7a6f845eb6410c5ef43d5f7) +++ TestSupport.c (.../TestSupport.c) (revision 33ece5dbfd9eab92d302f0717ead4a313f574037) @@ -544,7 +544,7 @@ // Initialize the blood leak driver since the FPGA registers are changed initBloodLeak(); // initialize FPGA registers to Beta 2.0 - initFPGAPerHW( FALSE ); + initFPGAPerHW( TRUE ); } } #endif @@ -577,7 +577,7 @@ // Initialize the blood leak driver since the FPGA registers are changed initBloodLeak(); // initialize FPGA registers to Beta 1.9 or below - initFPGAPerHW( TRUE ); + initFPGAPerHW( FALSE ); } #endif }