Update to the latest libdc version

This gets us the first merge with the upstream iostream implementation.
This requires a small change for serial_ftdi.c to build.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2017-12-12 16:14:14 -08:00
parent 4ac5b9c965
commit c12e14a61d
2 changed files with 2 additions and 1 deletions

View file

@ -43,6 +43,7 @@
//#define SYSERROR(context, errcode) ERROR(__FILE__ ":" __LINE__ ": %s", strerror(errcode))
#define SYSERROR(context, errcode) ;
#include "libdivecomputer.h"
#include <libdivecomputer/custom_io.h>
#include <libdivecomputer/context.h>

@ -1 +1 @@
Subproject commit db70c581a621814feb881494c890ae8a49da709a
Subproject commit 8ae735a4d70307ebe2a42d315697f02ce71dbe88