diff gsm-fw/L1/include/l1_ctl.h @ 151:d0de2d0a426d

more L1 header files brought in
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Nov 2013 04:50:45 +0000
parents afceeeb2cba1
children 25a7fe25864c
line wrap: on
line diff
--- a/gsm-fw/L1/include/l1_ctl.h	Sat Nov 16 20:55:06 2013 +0000
+++ b/gsm-fw/L1/include/l1_ctl.h	Sun Nov 17 04:50:45 2013 +0000
@@ -50,10 +50,8 @@
   #define  ALGO_AFC_KALMAN_PREDICTOR 3 // Kalman filter + rgap predictor
 #endif
 
-#if ((ANLG_FAM == 1) || (ANLG_FAM == 2) || (ANLG_FAM == 3))
+#if ((ANALOG == 1) || (ANALOG == 2) || (ANALOG == 3))
    // clipping related to AFC DAC linearity range
   #define  C_max_step        32000   //   4000 * 2**3                    
   #define  C_min_step       -32000   //  -4000 * 2**3                   
 #endif
-
-