Commit 43ffecb1 authored by Cedric Roux's avatar Cedric Roux

remove warnings

parent 9126c882
......@@ -373,6 +373,8 @@ void phy_config_request(PHY_Config_t *phy_config);
int init_frame_parms(LTE_DL_FRAME_PARMS *frame_parms,uint8_t osf);
void dump_frame_parms(LTE_DL_FRAME_PARMS *frame_parms);
void init_dfts(void);
/** @} */
#endif
......@@ -8618,8 +8618,8 @@ void init_rad5_rep(int N,int16_t *twa,int16_t *twb,int16_t *twc,int16_t *twd) {
}
init_dfts() {
void init_dfts(void)
{
init_rad4(1024,tw1024);
init_rad2(2048,tw2048);
init_rad4(4096,tw4096);
......@@ -9095,7 +9095,7 @@ int main(int argc, char**argv)
// LOG_M("x64.m","x64",x,64,1,1);
LOG_M("y64.m","y64",y,64,1,1);
LOG_M("x64.m","x64",x,64,1,1);
*
*/
/*
printf("X: ");
for (i=0;i<16;i++)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment