changeset 107:267cefdca4b6

src/g23m-gsm/l1/l1_pei.c: tweaked to match TCS211 binary object
author Mychaela Falconia <falcon@freecalypso.org>
date Wed, 05 Oct 2016 22:41:43 +0000
parents 72b8a6a15d46
children 94170d82d926
files src/g23m-gsm/l1/l1_pei.c
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/src/g23m-gsm/l1/l1_pei.c	Wed Oct 05 22:19:35 2016 +0000
+++ b/src/g23m-gsm/l1/l1_pei.c	Wed Oct 05 22:41:43 2016 +0000
@@ -430,7 +430,7 @@
     "L1",
     {
       pei_init,
-#ifdef _SIMULATION_
+#if 1 //#ifdef _SIMULATION_	// FreeCalypso: match TCS211
       pei_exit,
 #else
       NULL,
@@ -455,7 +455,7 @@
     235,      /* Priority        */
     0,        /* number of timer */
 #ifdef GPRS    
-    COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND      /* flags           */
+    COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND | INT_DATA_TASK  /* flags */
 #else
     COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND      /* flags           */
 #endif