diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2018-11-23 12:55:30 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2018-11-23 12:55:30 -0500 |
commit | 76f2f6b780378e7557c94a266ea2792b621e38a8 (patch) | |
tree | 8bb87d841804304c8968c0793aa61e56e4a68cea /flash.c | |
parent | 10a8d96cc8c5dd44a68c2ce70b29534a72091b70 (diff) |
enable VXI on unprogrammed boards, for testing without GPIB
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |