Add -o / --rtc-osc option to hackrf_debug usage message.
This commit is contained in:
parent
9726cf56e5
commit
4fdd656d46
1 changed files with 1 additions and 0 deletions
|
|
@ -577,6 +577,7 @@ static void usage()
|
|||
printf("\t-u, --ui <1/0>: enable/disable UI\n");
|
||||
printf("\t-l, --leds <state>: 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 <channel>: 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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue