diff options
author | Anton Lundin <glance@acc.umu.se> | 2015-08-21 00:19:45 +0200 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2015-08-20 22:59:54 -0700 |
commit | 8d73e4f81c384c36e5ed3b8848253fd1e0b70692 (patch) | |
tree | e1860dd7367b1281211665f01dcfaacc397c6f54 /libdivecomputer.h | |
parent | e2c98def2699c6ed4b98633f780ef3faaf903335 (diff) | |
download | subsurface-8d73e4f81c384c36e5ed3b8848253fd1e0b70692.tar.gz |
Connect up serial_ftdi custom serial
This connects the serial_ftdi implementation to subsurface, and builds
libftdi1 for the android builds.
Signed-off-by: Anton Lundin <glance@acc.umu.se>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'libdivecomputer.h')
-rw-r--r-- | libdivecomputer.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libdivecomputer.h b/libdivecomputer.h index 911b7d0cd..79817e509 100644 --- a/libdivecomputer.h +++ b/libdivecomputer.h @@ -56,6 +56,7 @@ extern char *dumpfile_name; #if SSRF_CUSTOM_SERIAL extern dc_status_t dc_serial_qt_open(dc_serial_t **out, dc_context_t *context, const char *devaddr); +extern dc_status_t dc_serial_ftdi_open(dc_serial_t **out, dc_context_t *context); #endif #ifdef __cplusplus |