# HG changeset patch # User Michael Spacefalcon # Date 1408249325 0 # Node ID 5da15ffc340c6404fa0160893cc4e55997f60713 # Parent d8594785527cbb8df4d787560485db88347de4ec gsm-fw/bsp/niq32.c: enable ABB and GAUGING handlers when L1 is present diff -r d8594785527c -r 5da15ffc340c gsm-fw/bsp/niq32.c --- 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)