mirror of
https://github.com/greatscottgadgets/hackrf.git
synced 2026-03-03 05:55:18 +01:00
too many Hz
This commit is contained in:
@@ -215,7 +215,7 @@ int rx_callback(hackrf_transfer* transfer) {
|
||||
buf += SAMPLES_PER_BLOCK;
|
||||
break;
|
||||
}
|
||||
if((FREQ_MAX_HZ*FREQ_ONE_MHZ < frequency)) {
|
||||
if((FREQ_MAX_HZ < frequency)) {
|
||||
buf += SAMPLES_PER_BLOCK;
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user