FreeCalypso > hg > freecalypso-sw
comparison gsm-fw/bsp/niq32.c @ 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 | 98c6be4d3d8d |
children | 05bcd5618c9a |
comparison
equal
deleted
inserted
replaced
592:d8594785527c | 593:5da15ffc340c |
---|---|
308 /* Return : none */ | 308 /* Return : none */ |
309 /* Functionality : Handle unused interrupts */ | 309 /* Functionality : Handle unused interrupts */ |
310 /*--------------------------------------------------------------*/ | 310 /*--------------------------------------------------------------*/ |
311 void IQ_Gauging_Handler(void) | 311 void IQ_Gauging_Handler(void) |
312 { | 312 { |
313 #if 0 | 313 #if CONFIG_INCLUDE_L1 |
314 // FreeCalypso: code not integrated yet | |
315 GAUGING_Handler(); | 314 GAUGING_Handler(); |
316 #if (OP_L1_STANDALONE == 0) | 315 #if CONFIG_GSM |
317 RTC_GaugingHandler(); | 316 RTC_GaugingHandler(); |
318 #endif | 317 #endif |
319 #endif | 318 #endif |
320 } | 319 } |
321 | 320 |
337 IQ_Mask(IQ_EXT); | 336 IQ_Mask(IQ_EXT); |
338 #endif | 337 #endif |
339 | 338 |
340 // The external IRQ is mapped on the ABB interrupt. | 339 // The external IRQ is mapped on the ABB interrupt. |
341 // The associated HISR ABB_Hisr is activated on reception on the external IRQ. | 340 // The associated HISR ABB_Hisr is activated on reception on the external IRQ. |
342 #if 0 | 341 #if CONFIG_INCLUDE_L1 |
343 // FreeCalypso: code not integrated yet | |
344 if(Activate_ABB_HISR()) | 342 if(Activate_ABB_HISR()) |
345 { | 343 { |
346 #if (CHIPSET == 12) | 344 #if (CHIPSET == 12) |
347 F_INTH_ENABLE_ONE_IT(C_INTH_ABB_IRQ_IT); | 345 F_INTH_ENABLE_ONE_IT(C_INTH_ABB_IRQ_IT); |
348 #else | 346 #else |