diff options
author | Keith Packard <keithp@keithp.com> | 2010-08-07 22:30:55 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2010-08-07 22:30:55 -0400 |
commit | 294d9c7db21eaf1e71504dbcca5040371abcce55 (patch) | |
tree | 013a0f8e5147647af9c58c2c4e628e713753341d /ao-tools/lib/cc-usb.h | |
parent | f317f1324b69b4241f4bb192e164b33d712d5a43 (diff) |
ao-dumplog: add --channel option (for use with -R option)
Sets the channel when downloading data with the -R option.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'ao-tools/lib/cc-usb.h')
-rw-r--r-- | ao-tools/lib/cc-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ao-tools/lib/cc-usb.h b/ao-tools/lib/cc-usb.h index 627f1b5d..d3539281 100644 --- a/ao-tools/lib/cc-usb.h +++ b/ao-tools/lib/cc-usb.h @@ -63,7 +63,7 @@ void cc_usb_printf(struct cc_usb *cc, char *format, ...); void -cc_usb_open_remote(struct cc_usb *cc); +cc_usb_open_remote(struct cc_usb *cc, int channel); void cc_usb_close_remote(struct cc_usb *cc); |