Commit 40fd1b9a authored by Thomas Schlichter's avatar Thomas Schlichter

add error message if unsupported FFT size is provided to PHY_ofdm_mod()

parent 922361b1
......@@ -186,8 +186,8 @@ void PHY_ofdm_mod(int *input, /// pointer to complex input
break;
default:
idftsize = IDFT_512;
break;
printf("unsupported ofdm symbol size %d\n", fftsize);
assert(0);
}
#ifdef DEBUG_OFDM_MOD
......
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