From 2f046c70c0aa2c81421cbb8d5445b569f7c14b2a Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Mon, 17 Nov 2025 15:25:17 +0800
Subject: [PATCH] update thingsboard.c

---
 project/lightd/lightd.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/project/lightd/lightd.c b/project/lightd/lightd.c
index 3e70513..9430c5a 100644
--- a/project/lightd/lightd.c
+++ b/project/lightd/lightd.c
@@ -36,7 +36,6 @@
 
 static void program_usage(char *progname)
 {
-
     printf("Usage: %s [OPTION]...\n", progname);
     printf(" %s is LingYun studio MQTT daemon program running on RaspberryPi\n", progname);
 
@@ -145,7 +144,6 @@
      * |   Auto Light Control Thread    |
      * +--------------------------------+
      */
-
     log_info("Auto light control thread start\n");
     while( ! g_signal.stop )
     {

--
Gitblit v1.9.1