Skip to content

Commit 6f0e7e1

Browse files
missed a line
1 parent 799b3d6 commit 6f0e7e1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/NRFCordioHCIDriver.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -351,8 +351,6 @@ void NRFCordioHCIDriver::start_reset_sequence()
351351

352352
bool NRFCordioHCIDriver::get_random_static_address(ble::address_t& address)
353353
{
354-
PalCfgLoadData(PAL_CFG_ID_BD_ADDR, address.data(), sizeof(bdAddr_t));
355-
356354
// static random cannot be all zeroes or all ones
357355
uint64_t address_int = 0;
358356
const uint64_t illegal_int = 0x3FFFFFFFFFFF;

0 commit comments

Comments
 (0)