diff options
author | Keith Packard <keithp@keithp.com> | 2009-04-17 10:10:47 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2009-04-17 10:10:47 -0700 |
commit | 26095fc0511ee0d5213f038986032f7c59964cf0 (patch) | |
tree | 50db1d8adbf6911bd96651de68cda3b89d21115e /lib/cc-usb.h | |
parent | 543bedde83cbce5145668e72965e02d892187b59 (diff) |
Run-time selection between cp2103 and cc1111
Diffstat (limited to 'lib/cc-usb.h')
-rw-r--r-- | lib/cc-usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/cc-usb.h b/lib/cc-usb.h index 2adccb93..d7acfbd2 100644 --- a/lib/cc-usb.h +++ b/lib/cc-usb.h @@ -24,7 +24,7 @@ struct cc_usb; struct cc_usb * -cc_usb_open(void); +cc_usb_open(char *tty); void cc_usb_close(struct cc_usb *cc); |