Skip to content

Commit 4b606b0

Browse files
committed
[Bugfix] nRF devices not setting their address from hardware.
Adds a missing macro to enable vendor specific HCI commands to allow reading the harware mac address.
1 parent 5217212 commit 4b606b0

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/syscfg/syscfg.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1692,6 +1692,10 @@
16921692
#define MYNEWT_VAL_BLE_LL_SYSVIEW (0)
16931693
#endif
16941694

1695+
#ifndef MYNEWT_VAL_BLE_LL_HCI_VS
1696+
#define MYNEWT_VAL_BLE_LL_HCI_VS (1)
1697+
#endif
1698+
16951699
#ifndef MYNEWT_VAL_BLE_LL_HCI_VS_EVENT_ON_ASSERT
16961700
#define MYNEWT_VAL_BLE_LL_HCI_VS_EVENT_ON_ASSERT (0)
16971701
#endif

0 commit comments

Comments
 (0)