From f458c74a9e88d8b01791184caac5a494d1125bff Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Sun, 16 Nov 2025 01:24:31 +0800
Subject: [PATCH] Update thingsboard default config

---
 project/thingsboard/config.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/project/thingsboard/config.h b/project/thingsboard/config.h
index 8cf4e2e..07a6a39 100644
--- a/project/thingsboard/config.h
+++ b/project/thingsboard/config.h
@@ -66,7 +66,7 @@
 } mqtt_ctx_t;
 
 
-extern int mqttd_parser_conf(const char *conf_file, mqtt_ctx_t *ctx, int debug);
+extern int parser_conf(const char *conf_file, mqtt_ctx_t *ctx, int debug);
 
 #endif   /* ----- #ifndef _CONF_H_  ----- */
 

--
Gitblit v1.9.1