FreeCalypso > hg > tcs211-l1-reconst
changeset 224:a576fb23046e
l1tm_func.c: passes compilation, link fails because of missing functions
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 14 Jan 2017 23:00:44 +0000 |
parents | f3a01488b437 |
children | d32a7e3ba63d |
files | chipsetsw/layer1/tm_cfile/l1tm_func.c |
diffstat | 1 files changed, 14 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/chipsetsw/layer1/tm_cfile/l1tm_func.c Sat Jan 14 22:32:40 2017 +0000 +++ b/chipsetsw/layer1/tm_cfile/l1tm_func.c Sat Jan 14 23:00:44 2017 +0000 @@ -17,7 +17,7 @@ #include <math.h> #include "abb.h" -#include "general.h" + #include "general.h" #include "l1_types.h" #include "sys_types.h" @@ -27,10 +27,9 @@ #include "l1tm_defty.h" -#if (CODE_VERSION != SIMULATION) - #include "pld.h" - #endif - + #if 0 //(CODE_VERSION != SIMULATION) // LoCosto-ism + #include "pld.h" + #endif #if (TRACE_TYPE==1) || (TRACE_TYPE==4) || (TRACE_TYPE==7) || (TRACE_TYPE==0) #include "rvt_gen.h" @@ -70,11 +69,11 @@ #include "tpudrv61.h" #include "l1_rf61.h" #include "l1tm_tpu61.h" - #if (DRP_FW_EXT==1) - #include "l1_drp_inc.h" - #else - #include "drp_drive.h" - #endif + #if (DRP_FW_EXT==1) + #include "l1_drp_inc.h" + #else + #include "drp_drive.h" + #endif #endif #if (RF_FAM == 60) @@ -2414,7 +2413,11 @@ offset+=2; } -#if L1_GPRS +/* + * FreeCalypso TCS211 reconstruction: suspected LoCosto-ism, + * removing in order to pass compilation. + */ +#if 0 //L1_GPRS if (bitmask & BLER) { UWORD8 j;