# HG changeset patch # User Mychaela Falconia # Date 1460057189 0 # Node ID a103d40accc25be5337d1b853a005ba02ac282a2 # Parent ba58ce852caf3e39beddef040f2ffcdbec675b4e l1_func.c: passes compilation, object diffing begins diff -r ba58ce852caf -r a103d40accc2 chipsetsw/layer1/cfile/l1_func.c --- a/chipsetsw/layer1/cfile/l1_func.c Thu Apr 07 19:16:48 2016 +0000 +++ b/chipsetsw/layer1/cfile/l1_func.c Thu Apr 07 19:26:29 2016 +0000 @@ -72,7 +72,11 @@ #include "l1_types.h" #include "sys_types.h" #include "l1_const.h" - #include "l1_rf61.h" + #if (RF_FAM == 12) + #include "l1_rf12.h" + #elif (RF_FAM == 61) + #include "l1_rf61.h" + #endif #include "l1_time.h" #include "l1_signa.h" @@ -1719,7 +1723,12 @@ #endif // AMR +/* + * FreeCalypso TCS211 reconstruction: the following l1_memcpy_16bit() + * function has been moved to l1_dyn_dwl_func.c. + */ +#if 0 /*--------------------------------------------------------*/ /* l1_memcpy_16bit() */ /*--------------------------------------------------------*/ @@ -1775,6 +1784,7 @@ } return; } +#endif /*-----------------------------------------------------------------*/ /* l1s_restore_synchro */