From 6e3f1f560d618b37ee1a47fa2b0f682b70c3ef1c Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Wed, 19 Jun 2024 17:25:45 +0800 Subject: [PATCH] 增加OTA协议 --- Function/STORAGE/sizhu_history_record.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/Function/STORAGE/sizhu_history_record.h b/Function/STORAGE/sizhu_history_record.h index de9a332..07084ce 100644 --- a/Function/STORAGE/sizhu_history_record.h +++ b/Function/STORAGE/sizhu_history_record.h @@ -114,4 +114,6 @@ uint8_t sizhu_historical_read_init(u32 * read_addr, u16 * save_count, uint8_t logtype); void sizhuHistoryRecord(sClockBCD sys_clockBCD_in); + +extern FlagStatus interval_report_record_flag; #endif -- Gitblit v1.9.3