Index: TestSupport.c =================================================================== diff -u -r655329c72f598e0d60b4ea1bf6b461c6c599b882 -rfa4ec44fcd8f3d3598485bdb9a94a08490f4ef6d --- TestSupport.c (.../TestSupport.c) (revision 655329c72f598e0d60b4ea1bf6b461c6c599b882) +++ TestSupport.c (.../TestSupport.c) (revision fa4ec44fcd8f3d3598485bdb9a94a08490f4ef6d) @@ -7,8 +7,8 @@ * * @file TestSupport.c * -* @author (last) Sean Nash -* @date (last) 10-Sep-2025 +* @author (last) Dara Navaei +* @date (last) 09-Mar-2026 * * @author (original) Sean Nash * @date (original) 01-Aug-2024 @@ -17,6 +17,7 @@ #include "Common.h" #ifdef _DD_ +#include "BloodLeak.h" #include "FpgaDD.h" #endif #include "Messaging.h" @@ -540,6 +541,8 @@ } else { + // Initialize the blood leak driver since the FPGA registers are changed + initBloodLeak(); // initialize FPGA registers to Beta 2.0 initFPGAPerHW( TRUE ); } @@ -571,6 +574,8 @@ #ifdef _DD_ if ( config == TEST_CONFIG_DD_FP_ENABLE_BETA_2_0_HW ) { + // Initialize the blood leak driver since the FPGA registers are changed + initBloodLeak(); // initialize FPGA registers to Beta 1.9 or below initFPGAPerHW( FALSE ); }