From 93fb646dc67d6339e75a6787d629bbe3c45b9b37 Mon Sep 17 00:00:00 2001
From: Guo Wenxue <guowenxue@gmail.com>
Date: Wed, 21 Sep 2022 23:03:14 +0800
Subject: [PATCH] update ds18b20 source code

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

diff --git a/lightd/hal/hal.h b/lightd/hal/hal.h
index 9b657bb..6319f0c 100644
--- a/lightd/hal/hal.h
+++ b/lightd/hal/hal.h
@@ -16,6 +16,8 @@
 
 #include <gpiod.h>
 
+#include "tsl2561.h"
+
 #define OFF   0
 #define ON    1
 

--
Gitblit v1.9.1