Skip to content

Commit 26d1cc3

Browse files
weeTikerlubos
authored andcommitted
[nrf fromtree] Bluetooth: Host: Remove code causing build error
This code is redundant and causes a build error if called more than once. Signed-off-by: Timothy Keys <[email protected]> (cherry picked from commit 97399d4) Signed-off-by: Sean Madigan <[email protected]>
1 parent 9bfb654 commit 26d1cc3

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tests/bluetooth/host/cs/mocks/hci_core.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,5 @@
99
#include <zephyr/bluetooth/hci.h>
1010
#include <zephyr/kernel.h>
1111

12-
#include <host/hci_core.h>
13-
14-
struct bt_dev bt_dev = {
15-
.manufacturer = 0x1234,
16-
};
17-
1812
DEFINE_FAKE_VALUE_FUNC(struct net_buf *, bt_hci_cmd_create, uint16_t, uint8_t);
1913
DEFINE_FAKE_VALUE_FUNC(int, bt_hci_cmd_send_sync, uint16_t, struct net_buf *, struct net_buf **);

0 commit comments

Comments
 (0)