summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authordaniel <danieruru@gmail.com>2013-01-29 01:05:12 +0900
committerdaniel <danieruru@gmail.com>2013-01-29 01:05:12 +0900
commit34edd87cbc6f35d8f199e726dd00a4aa763dcbff (patch)
tree7fe268866e0508150a0f563a2f6f24da39bc2d98 /flash.c
parente15319368bf6d69fe84dc5afa63f740252c8dfcc (diff)
parent8152c5b83f164d4f7e265f8c1bb2d81e88a5bf97 (diff)
Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi
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;