diff options
author | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 10:35:25 -0500 |
---|---|---|
committer | Michael J. Chudobiak <mjc@avtechpulse.com> | 2013-01-28 10:35:25 -0500 |
commit | 4e77d77e5dd1ea4268100bf870c58e45a86cb9ce (patch) | |
tree | 92c13ade7f4878c14993dc17762382d650788b87 /flash.c | |
parent | 237c74240feecedd4b4206eb4a447736cbcb5a9c (diff) |
make vxi feature optional, enable with "diag:eprom:char 225 1"
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |