add HAVE_STDIO to posix ports

This commit is contained in:
Matthias Ringwald 2016-03-28 16:26:37 +02:00
parent 6428eb5ae5
commit 06d662def5
2 changed files with 4 additions and 2 deletions

View File

@ -7,9 +7,10 @@
// Port related features // Port related features
#define HAVE_MALLOC #define HAVE_MALLOC
#define HAVE_SO_NOSIGPIPE
#define HAVE_TIME
#define HAVE_POSIX_FILE_IO #define HAVE_POSIX_FILE_IO
#define HAVE_SO_NOSIGPIPE
#define HAVE_STDIO
#define HAVE_TIME
// BTstack features that can be enabled // BTstack features that can be enabled
#define ENABLE_BLE #define ENABLE_BLE

View File

@ -9,6 +9,7 @@
#define HAVE_MALLOC #define HAVE_MALLOC
#define HAVE_POSIX_FILE_IO #define HAVE_POSIX_FILE_IO
#define HAVE_SO_NOSIGPIPE #define HAVE_SO_NOSIGPIPE
#define HAVE_STDIO
#define HAVE_TIME #define HAVE_TIME
// BTstack features that can be enabled // BTstack features that can be enabled