mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-03-29 13:20:39 +00:00
daemon: fix compile
This commit is contained in:
parent
d70217a228
commit
e7f94a8ee6
@ -134,7 +134,8 @@ echo >> btstack_config.h
|
||||
|
||||
echo "// BTstack features that can be enabled" >> btstack_config.h
|
||||
echo "#define ENABLE_BLE" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
||||
# echo "#define ENABLE_LE_PERIPHERAL" >> btstack_config.h
|
||||
echo "#define ENABLE_LE_CENTRAL" >> btstack_config.h
|
||||
echo "#define ENABLE_CLASSIC" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_ERROR" >> btstack_config.h
|
||||
echo "#define ENABLE_LOG_INFO " >> btstack_config.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user