2017-11-27 16:45:17

by Steve Brown

[permalink] [raw]
Subject: [PATCH BlueZ] mesh: Correct typo in config op defines

diff --git a/mesh/config-model.h b/mesh/config-model.h
index be7acabb9..d7ee5e61f 100644
--- a/mesh/config-model.h
+++ b/mesh/config-model.h
@@ -93,7 +93,7 @@
#define OP_NODE_RESET_STATUS 0x804A
#define OP_MODEL_APP_GET 0x804B
#define OP_MODEL_APP_LIST 0x804C
-#define OP_VEND_MODEL_APP_GET 0x804C
+#define OP_VEND_MODEL_APP_GET 0x804D
#define OP_VEND_MODEL_APP_LIST 0x804E

bool config_server_init(void);


2017-11-29 07:35:11

by Johan Hedberg

[permalink] [raw]
Subject: Re: [PATCH BlueZ] mesh: Correct typo in config op defines

Hi Steve,

On Mon, Nov 27, 2017, Steve Brown wrote:
> diff --git a/mesh/config-model.h b/mesh/config-model.h
> index be7acabb9..d7ee5e61f 100644
> --- a/mesh/config-model.h
> +++ b/mesh/config-model.h
> @@ -93,7 +93,7 @@
> #define OP_NODE_RESET_STATUS 0x804A
> #define OP_MODEL_APP_GET 0x804B
> #define OP_MODEL_APP_LIST 0x804C
> -#define OP_VEND_MODEL_APP_GET 0x804C
> +#define OP_VEND_MODEL_APP_GET 0x804D
> #define OP_VEND_MODEL_APP_LIST 0x804E

Applied. Thanks.

Johan