summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2018-11-23 12:55:30 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2018-11-23 12:55:30 -0500
commit76f2f6b780378e7557c94a266ea2792b621e38a8 (patch)
tree8bb87d841804304c8968c0793aa61e56e4a68cea
parent10a8d96cc8c5dd44a68c2ce70b29534a72091b70 (diff)
enable VXI on unprogrammed boards, for testing without GPIB
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 deletions
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;