From 1f17efbac0d5b0e475073a3b98bcda9c23c8e8c7 Mon Sep 17 00:00:00 2001 From: Steve Brown Date: Mon, 27 Nov 2017 09:45:17 -0700 Subject: [PATCH] mesh: Correct typo in config op defines --- mesh/config-model.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- 2.47.3