From b3dc672c57aa5374fcd1ba1da5321d6c63d68e0f Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Thu, 14 Mar 2024 10:47:14 +0800
Subject: [PATCH] Add SHT20 and AT24C256 Logic Analyzer LA5016 capture data

---
 project/socketd/booster/logger.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/socketd/booster/logger.c b/project/socketd/booster/logger.c
index 217eb02..1af3b0e 100644
--- a/project/socketd/booster/logger.c
+++ b/project/socketd/booster/logger.c
@@ -4,11 +4,11 @@
  *
  *       Filename:  logger.c
  *    Description:  This file is common logger API functions
- *                 
+ *
  *        Version:  1.0.0(11/08/23)
  *         Author:  Guo Wenxue <guowenxue@gmail.com>
  *      ChangeLog:  1, Release initial version on "11/08/23 16:18:43"
- *                 
+ *
  ********************************************************************************/
 
 #include <stdio.h>

--
Gitblit v1.9.1