From 4fdd656d46163b671e7372f09d8fe2b123986b9b Mon Sep 17 00:00:00 2001 From: Martin Ling Date: Sun, 30 Nov 2025 14:58:05 +0000 Subject: [PATCH] Add -o / --rtc-osc option to hackrf_debug usage message. --- host/hackrf-tools/src/hackrf_debug.c | 1 + 1 file changed, 1 insertion(+) diff --git a/host/hackrf-tools/src/hackrf_debug.c b/host/hackrf-tools/src/hackrf_debug.c index 7f6a7293..d736ea12 100644 --- a/host/hackrf-tools/src/hackrf_debug.c +++ b/host/hackrf-tools/src/hackrf_debug.c @@ -577,6 +577,7 @@ static void usage() printf("\t-u, --ui <1/0>: enable/disable UI\n"); printf("\t-l, --leds : configure LED state (0 for all off, 1 for default)\n"); printf("\t-t, --selftest: read self-test report\n"); + printf("\t-o, --rtc-osc: test 32.768kHz RTC oscillator\n"); printf("\t-a, --adc : read value from an ADC channel. Add 0x80 for alternate pin\n"); printf("\nExamples:\n"); printf("\thackrf_debug --si5351c -n 0 -r # reads from si5351c register 0\n");