diff options
author | Keith Packard <keithp@keithp.com> | 2013-03-03 16:53:52 -0800 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2013-03-03 16:53:52 -0800 |
commit | 3605e97ee918b3f87e4c471906f708c3ea027eef (patch) | |
tree | 9b1413a05752e566e43943330fdda1b7489ecc5c /ao-tools/lib/cc-usb.h | |
parent | 784edcda52d681bbc9302fbc7efb80cb214f71b8 (diff) |
ao-tools: Add ao-dumpflash program
This program dumps the entire flash contents of an AltOS device to
allow for external analysis.
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 d3539281..e90e1195 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, int channel); +cc_usb_open_remote(struct cc_usb *cc, int freq, char *call); void cc_usb_close_remote(struct cc_usb *cc); |