Bluetooth: Fix missing prototype config
subsys/bluetooth/host/hci_ecc.c: At top level: subsys/bluetooth/host/hci_ecc.c:277:6: warning: no previous prototype for 'bt_hci_ecc_init' [-Wmissing-prototypes] void bt_hci_ecc_init(void) ^ CC subsys/bluetooth/host/conn.o Change-Id: I920d8b6b66c82be932c579461310505c6d402c08 Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
cb84ad1ad6
commit
efec1aa79d
1 changed files with 1 additions and 0 deletions
|
@ -31,6 +31,7 @@
|
|||
#include <bluetooth/log.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <bluetooth/hci_driver.h>
|
||||
#include "hci_ecc.h"
|
||||
#ifdef CONFIG_BLUETOOTH_HCI_RAW
|
||||
#include <bluetooth/hci_raw.h>
|
||||
#include "hci_raw_internal.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue