OSDN Git Service

[ADC][Battery] Fix stability, but still not collect.
[openi2cradio/OpenI2CRadio.git] / ui_updown.c
index 237f4bd..7efa6f4 100644 (file)
@@ -131,7 +131,6 @@ static void setband_updown(unsigned char updown)
 void setfreq_updown(unsigned char ctlword)
 {
     unsigned int freq;
-    unsigned int start, end;
 
     backlight_reset(ctlword);
 
@@ -251,7 +250,7 @@ void setfreq_updown(unsigned char ctlword)
         case charcode_f:
             updown_help();
             _CLS();
-            _LOCATE(0,0);
+//            _LOCATE(0,0);
             break;
         default:
             break;