Skip to content

Commit dfc0949

Browse files
remove static address restriction from public adderss
1 parent cf6e487 commit dfc0949

File tree

1 file changed

+0
-2
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources

1 file changed

+0
-2
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/stack/sources/pal_cfg.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,8 +180,6 @@ void palCfgLoadBdAddress(uint8_t *pDevAddr)
180180
pDevAddr[i] = devAddr >> (i * 8);
181181
i++;
182182
}
183-
184-
pDevAddr[5] |= 0xC0; /* cf. "Static Address" (Vol C, Part 3, section 10.8.1) */
185183
}
186184

187185
/*************************************************************************************************/

0 commit comments

Comments
 (0)