From 76f2f6b780378e7557c94a266ea2792b621e38a8 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Fri, 23 Nov 2018 12:55:30 -0500 Subject: enable VXI on unprogrammed boards, for testing without GPIB --- flash.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'flash.c') diff --git a/flash.c b/flash.c index d17cafa..4be7c55 100644 --- a/flash.c +++ b/flash.c @@ -507,7 +507,7 @@ static void initFlashValues(FlashStruct *mem) mem->ChanKey_Burst_Count=0; mem->ChanKey_Burst_Time=0; - mem->vxi_enabled=0; + mem->vxi_enabled=1; mem->self_cal=0; mem->self_cal_interval=5; mem->self_cal_startups=0; -- cgit