mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-02-25 15:41:00 +00:00
nrf5-zephyr: prepend btstack to hci_init using macro in btstack_config to fix compile
This commit is contained in:
parent
e9f343c878
commit
4f033fe37f
@ -33,4 +33,7 @@
|
||||
#define MAX_NR_SERVICE_RECORD_ITEMS 1
|
||||
#define MAX_NR_LE_DEVICE_DB_ENTRIES 1
|
||||
|
||||
// hack to fix usage of hci_init in zephry
|
||||
#define hci_init btstack_hci_init
|
||||
|
||||
#endif
|
Loading…
x
Reference in New Issue
Block a user