ao-send-telem: fix frequency set command
authorMike Beattie <mike@ethernal.org>
Fri, 31 Aug 2012 04:39:10 +0000 (16:39 +1200)
committerMike Beattie <mike@ethernal.org>
Fri, 31 Aug 2012 04:39:10 +0000 (16:39 +1200)
Signed-off-by: Mike Beattie <mike@ethernal.org>
ao-tools/ao-send-telem/ao-send-telem.c

index c6cc51a160227f7e3c9d7620f432fb388043a6db..db061377807bf2c9624874ef07de249f0c5c3ad9 100644 (file)
@@ -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, "F %d\n", freq);
        for (i = optind; i < argc; i++) {
                file = fopen(argv[i], "r");
                if (!file) {