config fixed for LL hci

pull/10666/head
paul-szczepanek-arm 2019-05-13 17:36:46 +01:00 committed by Martin Kojtal
parent c050faf268
commit 41e02279d3
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
"config": {
"zero-copy-hci": {
"help": "messages sent between Host and Controller are passed directly without copying if enabled. WSF messages ownership is trasfered to the callee.",
"value": 0,
"value": 1,
"macro_name": "CORDIO_ZERO_COPY_HCI"
}
},