FreeCalypso > hg > freecalypso-sw
diff gsm-fw/L1/cfile/l1_sync.c @ 569:9df89f93d311
L1: l1_sync.c compiles for IRAM
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 10 Aug 2014 17:58:02 +0000 |
parents | ae24e49c41a9 |
children | d42b83dee819 |
line wrap: on
line diff
--- a/gsm-fw/L1/cfile/l1_sync.c Sun Aug 10 17:52:59 2014 +0000 +++ b/gsm-fw/L1/cfile/l1_sync.c Sun Aug 10 17:58:02 2014 +0000 @@ -1026,7 +1026,9 @@ l1s_audio_manager(); #endif #else - l1s.gsm_idle_ram_ctl.l1s_full_exec = FALSE; + #if (GSM_IDLE_RAM != 0) + l1s.gsm_idle_ram_ctl.l1s_full_exec = FALSE; + #endif #endif // Triton Audio ON/OFF Changes