diff options
| author | Keith Packard <keithp@keithp.com> | 2012-08-31 22:24:16 -0500 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-08-31 22:24:16 -0500 |
| commit | ec9e1186dce079a2f2b7be8050216ddb1bc1af66 (patch) | |
| tree | 6acc69e291036165562bb8f7f96c25545bec39fb /ao-tools | |
| parent | 503eabd0e351ecdffda1416b7d00f8ef1d6913c9 (diff) | |
| parent | 6d31f8d15ef4bf75ae039dd7b1a6a615d00eb215 (diff) | |
Merge remote-tracking branch 'mjb/freq_menu'
Diffstat (limited to 'ao-tools')
| -rw-r--r-- | ao-tools/ao-send-telem/ao-send-telem.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/ao-send-telem/ao-send-telem.c b/ao-tools/ao-send-telem/ao-send-telem.c index c6cc51a1..db061377 100644 --- a/ao-tools/ao-send-telem/ao-send-telem.c +++ b/ao-tools/ao-send-telem/ao-send-telem.c @@ -199,7 +199,7 @@ main (int argc, char **argv) exit (1); cc_usb_printf(cc, "m 0\n"); - cc_usb_printf(cc, "F %d\n", freq); + cc_usb_printf(cc, "c F %d\n", freq); for (i = optind; i < argc; i++) { file = fopen(argv[i], "r"); if (!file) { |
