You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by an...@apache.org on 2022/02/01 09:20:57 UTC

[mynewt-nimble] branch master updated: nimble/transport/cmac: Fix typo

This is an automated email from the ASF dual-hosted git repository.

andk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git


The following commit(s) were added to refs/heads/master by this push:
     new 23f2295  nimble/transport/cmac: Fix typo
23f2295 is described below

commit 23f22953c859a5c1dc594e506060a657cf3c1e3d
Author: Andrzej Kaczmarek <an...@codecoup.pl>
AuthorDate: Tue Feb 1 09:47:38 2022 +0100

    nimble/transport/cmac: Fix typo
---
 nimble/transport/dialog_cmac/syscfg.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nimble/transport/dialog_cmac/syscfg.yml b/nimble/transport/dialog_cmac/syscfg.yml
index 190c2ca..c67df3d 100644
--- a/nimble/transport/dialog_cmac/syscfg.yml
+++ b/nimble/transport/dialog_cmac/syscfg.yml
@@ -16,7 +16,7 @@
 # under the License.
 #
 
-syscfg.vals.'!BLE_HCI_BRIDGE:
+syscfg.vals.'!BLE_HCI_BRIDGE':
     BLE_HCI_EVT_HI_BUF_COUNT: 2
     BLE_HCI_EVT_LO_BUF_COUNT: 8
     BLE_HCI_EVT_BUF_SIZE: 70