summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2013-01-28 10:35:25 -0500
committerMichael J. Chudobiak <mjc@avtechpulse.com>2013-01-28 10:35:25 -0500
commit4e77d77e5dd1ea4268100bf870c58e45a86cb9ce (patch)
tree92c13ade7f4878c14993dc17762382d650788b87 /flash.c
parent237c74240feecedd4b4206eb4a447736cbcb5a9c (diff)
make vxi feature optional, enable with "diag:eprom:char 225 1"
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index bdb8fb2..db5a870 100644
--- a/flash.c
+++ b/flash.c
@@ -391,7 +391,7 @@ static void initFlashValues(FlashStruct *mem)
mem->ChanKey_Burst_Count=0;
mem->ChanKey_Burst_Time=0;
- mem->network_enabled=0;
+ mem->vxi_enabled=0;
mem->self_cal=0;
mem->self_cal_interval=5;
mem->self_cal_startups=0;