diff options
author | daniel <danieruru@gmail.com> | 2013-01-29 01:05:12 +0900 |
---|---|---|
committer | daniel <danieruru@gmail.com> | 2013-01-29 01:05:12 +0900 |
commit | 34edd87cbc6f35d8f199e726dd00a4aa763dcbff (patch) | |
tree | 7fe268866e0508150a0f563a2f6f24da39bc2d98 /flash.c | |
parent | e15319368bf6d69fe84dc5afa63f740252c8dfcc (diff) | |
parent | 8152c5b83f164d4f7e265f8c1bb2d81e88a5bf97 (diff) |
Merge branch 'vxi' of grenfell.avtechpulse.com:Instrument into vxi
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; |