Skip to content

Commit ccddf32

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
cleanup json
1 parent 2232fd0 commit ccddf32

File tree

1 file changed

+8
-2
lines changed
  • features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x

1 file changed

+8
-2
lines changed

features/FEATURE_BLE/targets/TARGET_NORDIC/TARGET_NORDIC_CORDIO/TARGET_NRF5x/mbed_lib.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,18 @@
22
"name": "cordio-nordic-ll",
33
"config": {
44
"uart-hci": {
5-
"help": "Does the board have a UART HCI. Valid values are 0 (need to provide your own HCI driver) and 1 (HCI trhough UART).",
5+
"help": "Does the board have a UART HCI. Valid values are 0 and 1 (must provide UART through PAL).",
66
"value": 0,
77
"macro_name": "CHCI_TR_UART"
88
}
99
},
1010
"macros": [
11-
"INIT_BROADCASTER", "INIT_OBSERVER", "INIT_CENTRAL", "INIT_PERIPHERAL", "INIT_ENCRYPTED", "LHCI_ENABLE_VS=0", "BB_CLK_RATE_HZ=1000000"
11+
"INIT_BROADCASTER",
12+
"INIT_OBSERVER",
13+
"INIT_CENTRAL",
14+
"INIT_PERIPHERAL",
15+
"INIT_ENCRYPTED",
16+
"LHCI_ENABLE_VS=0",
17+
"BB_CLK_RATE_HZ=1000000"
1218
]
1319
}

0 commit comments

Comments
 (0)