Skip to content

Commit 41e0227

Browse files
paul-szczepanek-arm0xc0170
authored andcommitted
config fixed for LL hci
1 parent c050faf commit 41e0227

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"config": {
44
"zero-copy-hci": {
55
"help": "messages sent between Host and Controller are passed directly without copying if enabled. WSF messages ownership is trasfered to the callee.",
6-
"value": 0,
6+
"value": 1,
77
"macro_name": "CORDIO_ZERO_COPY_HCI"
88
}
99
},

0 commit comments

Comments
 (0)