From 24345339421493cdacdbaae0248c3928ea9404c2 Mon Sep 17 00:00:00 2001
From: guowenxue <guowenxue@gmail.com>
Date: Tue, 18 Nov 2025 12:41:40 +0800
Subject: [PATCH] update proc.h and utils.h
---
project/modules/ds18b20.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/project/modules/ds18b20.c b/project/modules/ds18b20.c
index 5f279fe..aa1e01b 100644
--- a/project/modules/ds18b20.c
+++ b/project/modules/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