From c5e9e88eb8c6039cd2a4d2b3fdae0b1e3d8aea40 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 12 Mar 2024 17:19:23 +0800
Subject: [PATCH] Update sht20 source code, add both ioctl and read/write API support

---
 project/socketd/booster/ds18b20.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/project/socketd/booster/ds18b20.c b/project/socketd/booster/ds18b20.c
index 5f279fe..aa1e01b 100644
--- a/project/socketd/booster/ds18b20.c
+++ b/project/socketd/booster/ds18b20.c
@@ -49,7 +49,6 @@
     struct dirent  *direntp;
     int             fd =-1;
     char           *ptr;
-    float           value;
     int             found = 0;
 
     if( !temp )

--
Gitblit v1.9.1