changeset 593:5da15ffc340c

gsm-fw/bsp/niq32.c: enable ABB and GAUGING handlers when L1 is present
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Sun, 17 Aug 2014 04:22:05 +0000
parents d8594785527c
children 2fd248f74a20
files gsm-fw/bsp/niq32.c
diffstat 1 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/gsm-fw/bsp/niq32.c	Sun Aug 17 03:41:36 2014 +0000
+++ b/gsm-fw/bsp/niq32.c	Sun Aug 17 04:22:05 2014 +0000
@@ -310,10 +310,9 @@
 /*--------------------------------------------------------------*/
 void IQ_Gauging_Handler(void)
 {
-#if 0
-// FreeCalypso: code not integrated yet
+#if CONFIG_INCLUDE_L1
    GAUGING_Handler();
-#if (OP_L1_STANDALONE == 0)
+#if CONFIG_GSM
    RTC_GaugingHandler();
 #endif
 #endif
@@ -339,8 +338,7 @@
 
   // The external IRQ is mapped on the ABB interrupt.
   // The associated HISR ABB_Hisr is activated on reception on the external IRQ.
-#if 0
-// FreeCalypso: code not integrated yet
+#if CONFIG_INCLUDE_L1
   if(Activate_ABB_HISR())
   {
    #if (CHIPSET == 12)