nrf5-zephyr: prepend btstack to hci_init using macro in btstack_config to fix compile

This commit is contained in:
Matthias Ringwald 2017-08-22 22:18:45 +02:00
parent e9f343c878
commit 4f033fe37f

View File

@ -33,4 +33,7 @@
#define MAX_NR_SERVICE_RECORD_ITEMS 1 #define MAX_NR_SERVICE_RECORD_ITEMS 1
#define MAX_NR_LE_DEVICE_DB_ENTRIES 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 #endif