From fa6053f85287163f6e2d5dba690bec05cbc95f4a Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Fri, 07 Jun 2024 17:00:49 +0800 Subject: [PATCH] 增加阀控事件记录及修改阀控命令 --- Function/OTHER_FUN/other_fun.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Function/OTHER_FUN/other_fun.c b/Function/OTHER_FUN/other_fun.c index 62f6f36..8ea9616 100644 --- a/Function/OTHER_FUN/other_fun.c +++ b/Function/OTHER_FUN/other_fun.c @@ -2,7 +2,7 @@ #include "gpio.h" #include "linked_list.h" #include "main.h" - +#include "sizhu_alarm_record.h" -- Gitblit v1.9.3