remove comments
This commit is contained in:
@@ -35,13 +35,6 @@ void hal_rec_Outputs_wrapper(const uint8_T *id,
|
||||
const int_T y_width)
|
||||
{
|
||||
/* %%%-SFUNWIZ_wrapper_Outputs_Changes_BEGIN --- EDIT HERE TO _END */
|
||||
/* This sample sets the output equal to the input
|
||||
y0[0] = u0[0];
|
||||
For complex signals use: y0[0].re = u0[0].re;
|
||||
y0[0].im = u0[0].im;
|
||||
y1[0].re = u1[0].re;
|
||||
y1[0].im = u1[0].im;
|
||||
*/
|
||||
len[0] = 0;
|
||||
switch (id[0])
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user