OSDN Git Service

[UI][DISP] Save unneeded idle().
authorK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 1 Oct 2013 12:49:31 +0000 (21:49 +0900)
committerK.Ohta <whatisthis.sowhat@gmail.com>
Tue, 1 Oct 2013 12:49:31 +0000 (21:49 +0900)
eepromutil.c
menu_memoryfreq.c

index fcecec4..833a427 100644 (file)
@@ -316,12 +316,12 @@ void check_eeprom(void)
 
     switch(load_eeprom()) {
         case 0x01: // No magic-word
-            idle_time_ms(2000);
+//            idle_time_ms(2000);
             c = printhelp_2lines("EEPROM FORMAT", "Press any key");
             check_eeprom_sub();
             break;
         case 0x00: // Checksum error
-           idle_time_ms(2000);
+//           idle_time_ms(2000);
             c = printhelp_2lines("X-) Sum error", "Press any key");
             check_eeprom_sub();
             break;
index 079181c..740d21f 100644 (file)
@@ -121,7 +121,7 @@ void on_set_userfreq(void)
     if(val >= 0x80000000) return;
     _HOME();
 //    _LOCATE(0,0);
-    printstr("OK? A=OK       ");
+    printstr("OK? A=OK        ");
     c = pollkey_single();
     if(c != charcode_a) return;
     set_freqbank(val);