diff --git a/host/hackrf-tools/src/hackrf_sweep.c b/host/hackrf-tools/src/hackrf_sweep.c index 4c5da9c1..bd892951 100644 --- a/host/hackrf-tools/src/hackrf_sweep.c +++ b/host/hackrf-tools/src/hackrf_sweep.c @@ -484,9 +484,9 @@ int main(int argc, char** argv) { return EXIT_FAILURE; } - if(16368 < fftSize) { + if(8184 < fftSize) { fprintf(stderr, - "argument error: FFT bin width (-w) too small, resulted in more than 16368 FFT bins\n"); + "argument error: FFT bin width (-w) too small, resulted in more than 8184 FFT bins\n"); return EXIT_FAILURE; }