comparison gsm-fw/bsp/niq32.c @ 525:98c6be4d3d8d

CONFIG_GSM vs CONFIG_INCLUDE_L1: a few changes in preparation
author Michael Spacefalcon <msokolov@ivan.Harhan.ORG>
date Mon, 14 Jul 2014 18:42:38 +0000
parents 595192258bc9
children 5da15ffc340c
comparison
equal deleted inserted replaced
524:11b6ca57a079 525:98c6be4d3d8d
488 /* Functionality : Handle Timer 2 interrupts */ 488 /* Functionality : Handle Timer 2 interrupts */
489 /*--------------------------------------------------------------*/ 489 /*--------------------------------------------------------------*/
490 void IQ_TimerHandler2(void) 490 void IQ_TimerHandler2(void)
491 { 491 {
492 IQ_TimerCount2++; 492 IQ_TimerCount2++;
493 #if !CONFIG_GSM 493 #if !CONFIG_INCLUDE_L1
494 TMT_Timer_Interrupt(); 494 TMT_Timer_Interrupt();
495 #endif 495 #endif
496 } 496 }
497 497
498 #if 0 //(L1_DYN_DSP_DWNLD == 1) 498 #if 0 //(L1_DYN_DSP_DWNLD == 1)