We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f290f20 + 080bcc2 commit c5009cbCopy full SHA for c5009cb
1 file changed
app/winapp/rtknavi/navimain.cpp
@@ -121,6 +121,9 @@ __fastcall TMainForm::TMainForm(TComponent* Owner)
121
for (int i=0;i<8;i++) {
122
StreamC[i]=Stream[i]=Format[i]=CmdEna[i][0]=CmdEna[i][1]=CmdEna[i][2]=0;
123
}
124
+ for (int i=0;i<3;i++) {
125
+ CmdEna[i][0]=CmdEna[i][1]=CmdEna[i][2]=0;
126
+ }
127
TimeSys=SolType=PlotType1=PlotType2=FreqType1=FreqType2=0;
128
TrkType1=TrkType2=0;
129
TrkScale1=TrkScale2=5;
0 commit comments