aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/cnetz/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cnetz/main.c b/src/cnetz/main.c
index c5dd916..a4fca5f 100644
--- a/src/cnetz/main.c
+++ b/src/cnetz/main.c
@@ -446,7 +446,7 @@ int main(int argc, char *argv[])
exit(0);
}
- if (!set_clock_speed && !measure_speed) {
+ if (!set_clock_speed && !measure_speed && !use_sdr) {
printf("No clock speed given. You need to measure clock using '-M' and later correct clock using '-S <rx ppm>,<tx ppm>'. See documentation for help!\n\n");
mandatory = 1;
}