From 06d662def5a1c924dc6eeccd88fd9894840503c2 Mon Sep 17 00:00:00 2001 From: Matthias Ringwald Date: Mon, 28 Mar 2016 16:26:37 +0200 Subject: [PATCH] add HAVE_STDIO to posix ports --- port/libusb/btstack_config.h | 5 +++-- port/posix-h4/btstack_config.h | 1 + 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/port/libusb/btstack_config.h b/port/libusb/btstack_config.h index deeb2c592..e9ebbdfbb 100644 --- a/port/libusb/btstack_config.h +++ b/port/libusb/btstack_config.h @@ -7,9 +7,10 @@ // Port related features #define HAVE_MALLOC -#define HAVE_SO_NOSIGPIPE -#define HAVE_TIME #define HAVE_POSIX_FILE_IO +#define HAVE_SO_NOSIGPIPE +#define HAVE_STDIO +#define HAVE_TIME // BTstack features that can be enabled #define ENABLE_BLE diff --git a/port/posix-h4/btstack_config.h b/port/posix-h4/btstack_config.h index 9161a577e..efa65cad4 100644 --- a/port/posix-h4/btstack_config.h +++ b/port/posix-h4/btstack_config.h @@ -9,6 +9,7 @@ #define HAVE_MALLOC #define HAVE_POSIX_FILE_IO #define HAVE_SO_NOSIGPIPE +#define HAVE_STDIO #define HAVE_TIME // BTstack features that can be enabled