From 705c9b768db7539205992906aed2911425d43caa Mon Sep 17 00:00:00 2001 From: guowenxue <guowenxue@gmail.com> Date: Tue, 18 Nov 2025 16:13:04 +0800 Subject: [PATCH] update iniparser to remove warnning --- project/modules/tsl2561.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/project/modules/tsl2561.c b/project/modules/tsl2561.c index b912433..7bb19d7 100644 --- a/project/modules/tsl2561.c +++ b/project/modules/tsl2561.c @@ -37,7 +37,7 @@ #include <sys/types.h> #include <sys/stat.h> -#include "util_proc.h" +#include "utils.h" #include "logger.h" #include "tsl2561.h" -- Gitblit v1.9.1