FreeCalypso > hg > tcs211-l1-reconst
changeset 101:a103d40accc2
l1_func.c: passes compilation, object diffing begins
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Thu, 07 Apr 2016 19:26:29 +0000 |
parents | ba58ce852caf |
children | 334789c5338c |
files | chipsetsw/layer1/cfile/l1_func.c |
diffstat | 1 files changed, 11 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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 */