diff gsm-fw/L1/cfile/l1_pwmgr.c @ 548:67ab5f240b7d

gsm-fw/L1/cfile/*.c: s/ANLG_FAM/ANALOG/
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 03 Aug 2014 16:13:52 +0000
parents 96a96ec34139
children 065bf2b63a95
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/l1_pwmgr.c	Sun Aug 03 07:07:24 2014 +0000
+++ b/gsm-fw/L1/cfile/l1_pwmgr.c	Sun Aug 03 16:13:52 2014 +0000
@@ -1560,7 +1560,7 @@
 // Power management is enabled
     WORD32   min_time, OSload, HWtimer,wake_up_time,min_time_gauging;
     UWORD32  sleep_mode;
-    #if (ANLG_FAM != 11)
+    #if (ANALOG != 11)
     WORD32   afc_fix;
     #endif
     UWORD32  uw32_store_next_time;
@@ -2057,7 +2057,7 @@
        //==============================================
        // if CLOCK_STOP or FRAME-STOP : Asleep OMEGA (ABB)
        //==============================================
-       #if (ANLG_FAM != 11)
+       #if (ANALOG != 11)
        afc_fix = ABB_sleep(l1s.pw_mgr.sleep_performed, l1s.afc,l1s.pw_mgr.afc_bypass_mode);
        #else
        // Nothing to be done as it should be handled by BSP_TWL3029_Configure_DS/BS
@@ -2334,7 +2334,7 @@
         //=================================================
         // Wake up ABB
         //=================================================
-        #if (ANLG_FAM != 11)
+        #if (ANALOG != 11)
         ABB_wakeup(l1s.pw_mgr.sleep_performed,l1s.afc,l1s.pw_mgr.afc_bypass_mode);
         #else
         // Nothing to be done here as it will be handled by BSP_TWL3029_Wakeup_DS/BS