diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-12 12:38:58 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-12 12:38:58 -0700 |
commit | 5221dc63cf3a059a32aca2bfa7828c215be814a1 (patch) | |
tree | f90895a39dc8197bc275ce2023aca2d40968d0bd /lib/cc-usb.c | |
parent | ee110425fb814780476d1d3d8a257af126f41763 (diff) |
Add ccdump
Diffstat (limited to 'lib/cc-usb.c')
-rw-r--r-- | lib/cc-usb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/cc-usb.c b/lib/cc-usb.c index 5da36fe9..09b06bb5 100644 --- a/lib/cc-usb.c +++ b/lib/cc-usb.c @@ -201,7 +201,7 @@ cc_usb_sync(struct cc_usb *cc) } } -static void +void cc_usb_printf(struct cc_usb *cc, char *format, ...) { char buf[1024], *b; @@ -251,7 +251,7 @@ cc_usb_send_bytes(struct cc_usb *cc, uint8_t *bytes, int len) return ret; } -static void +void cc_queue_read(struct cc_usb *cc, uint8_t *buf, int len) { struct cc_read *read_buf; |