remove comments

This commit is contained in:
matt
2020-09-07 08:32:06 +08:00
parent fd7d6ae492
commit b3d45cc374
-7
View File
@@ -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])
{