Skip to content

Commit 4af27c7

Browse files
[dnm] Testing syscfg expressions
1 parent 31c2e74 commit 4af27c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nimble/controller/syscfg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ syscfg.defs:
500500
deprecated: 1
501501
BLE_PUBLIC_DEV_ADDR:
502502
description: use BLE_LL_PUBLIC_DEV_ADDR
503-
value: "(uint8_t[6]){0x00, 0x00, 0x00, 0x00, 0x00, 0x00}"
503+
value: raw("(uint8_t[6]){0x00, 0x00, 0x00, 0x00, 0x00, 0x00}")
504504
deprecated: 1
505505
BLE_LL_EXT_ADV_AUX_PTR_CNT:
506506
description: use BLE_LL_SCAN_AUX_SEGMENT_CNT

0 commit comments

Comments
 (0)