You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by na...@apache.org on 2021/05/27 08:20:38 UTC

[mynewt-nimble] 11/31: Revert "bttester: Set Company ID to Intel Corp."

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

naraj pushed a commit to branch revert-958-mesh_sync_march21
in repository https://gitbox.apache.org/repos/asf/mynewt-nimble.git

commit 46dda15b15bfc1c5303acd6344397baa9e500ba4
Author: MichaƂ Narajowski <mi...@codecoup.pl>
AuthorDate: Thu May 27 10:20:19 2021 +0200

    Revert "bttester: Set Company ID to Intel Corp."
    
    This reverts commit 01879ef557be49f966a7ab7393169e0b5f841bb1.
---
 apps/bttester/src/mesh.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apps/bttester/src/mesh.c b/apps/bttester/src/mesh.c
index 1ad322f..8226fe9 100644
--- a/apps/bttester/src/mesh.c
+++ b/apps/bttester/src/mesh.c
@@ -41,7 +41,7 @@
 extern uint8_t own_addr_type;
 
 #define CONTROLLER_INDEX 0
-#define CID_LOCAL 0x0002
+#define CID_LOCAL 0xffff
 
 /* Health server data */
 #define CUR_FAULTS_MAX 4