daemon: fix hci_dump to file

This commit is contained in:
Matthias Ringwald 2018-06-19 09:22:35 +02:00
parent 875088e2a4
commit 9277c44334

View File

@ -125,7 +125,8 @@ echo "#define __BTSTACK_CONFIG" >> btstack_config.h
echo >> btstack_config.h
echo "// Port related features" >> btstack_config.h
echo "#define HAVE_POSIX_TIME" >> btstack_config.h
echo "#define HAVE_POSIX_FILE_IO" >> btstack_config.h
echo "#define HAVE_POSIX_TIME" >> btstack_config.h
echo "#define HAVE_MALLOC" >> btstack_config.h
echo >> btstack_config.h