mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
add HAVE_STDIO to posix ports
This commit is contained in:
parent
6428eb5ae5
commit
06d662def5
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user