fix conflict

This commit is contained in:
[CST] Focus
2012-03-07 17:55:10 +04:00
21 changed files with 49 additions and 58 deletions

View File

@@ -714,7 +714,7 @@ void CMotorControl::showSNR()
int barwidth = 100;
uint16_t ssig, ssnr;
int sig, snr;
int bheight, posx, posy;
int posx, posy;
int sw;
@@ -728,7 +728,6 @@ void CMotorControl::showSNR()
g_sig = ssig & 0xFFFF;
g_snr = snr;
bheight = mheight - 5;
posy = y + height - mheight - 5;
if (lastsig != sig) {