OSDN Git Service

[UI][USERBAND][SAVE] Save userbands to external eeprom.
[openi2cradio/OpenI2CRadio.git] / power.c
diff --git a/power.c b/power.c
index a87854c..5cd64c7 100644 (file)
--- a/power.c
+++ b/power.c
@@ -150,7 +150,7 @@ void power_off(unsigned char save)
 
     if(save != 0) {
         save_eeprom();
-//        save_frequencies();
+        save_userbands();
     }
     lcd_setbacklight(0, 0);
     set_powerlamp(0);