comparison src/g23m-gprs/grlc/grlc_pei.c @ 207:dcc3b8646a34

PEIs for TCS2/TCS3 hybrid config: INT_DATA_TASK restored to match TCS211
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 14 Oct 2016 16:11:13 +0000
parents 219afcfc6250
children
comparison
equal deleted inserted replaced
206:6aadfa0d10c4 207:dcc3b8646a34
703 PEI_PRIM_QUEUE_SIZE, /* queue entries */ 703 PEI_PRIM_QUEUE_SIZE, /* queue entries */
704 226, /* priority (1->low, 255->high): GRR 204 RR 205 ALR 225 */ 704 226, /* priority (1->low, 255->high): GRR 204 RR 205 ALR 225 */
705 TIMER_COUNT, /* number of timers */ 705 TIMER_COUNT, /* number of timers */
706 #ifdef _TARGET_ 706 #ifdef _TARGET_
707 PASSIVE_BODY|COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND 707 PASSIVE_BODY|COPY_BY_REF|TRC_NO_SUSPEND|PRIM_NO_SUSPEND
708 | INT_DATA_TASK
708 #else 709 #else
709 PASSIVE_BODY|COPY_BY_REF 710 PASSIVE_BODY|COPY_BY_REF
710 #endif 711 #endif
711 }; 712 };
712 713