From 5ac1d0febb8de5e91ce2463baea68ddac3f66091 Mon Sep 17 00:00:00 2001 From: jinlicong <493886250@qq.com> Date: Thu, 16 May 2024 20:00:17 +0800 Subject: [PATCH] 完善脉冲计费和485采集处理 --- KEIL_MDKARM/Objects/valve_control.d | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/KEIL_MDKARM/Objects/valve_control.d b/KEIL_MDKARM/Objects/valve_control.d index ddda918..b917746 100644 --- a/KEIL_MDKARM/Objects/valve_control.d +++ b/KEIL_MDKARM/Objects/valve_control.d @@ -47,9 +47,10 @@ .\objects\valve_control.o: ..\Hardware\CLOCK\user_init.h .\objects\valve_control.o: ..\Core\define_all.h .\objects\valve_control.o: ..\Hardware\DELAY\delay.h -.\objects\valve_control.o: ..\Hardware\GPIO\gpio.h -.\objects\valve_control.o: ..\Function\STORAGE\system_mem_para.h .\objects\valve_control.o: ..\Soft\system_general_para.h .\objects\valve_control.o: ..\Function\EXTERN_RTC\extern_rtc.h +.\objects\valve_control.o: ..\Hardware\GPIO\gpio.h +.\objects\valve_control.o: ..\Function\STORAGE\system_mem_para.h .\objects\valve_control.o: ..\Function\WirelessRemoteComm\wireless_remote_comm.h .\objects\valve_control.o: ..\Soft\sizhu_ctrl_word.h +.\objects\valve_control.o: ..\Function\FLOW_METER_DATA_COLLECT\rs485_read_data.h -- Gitblit v1.9.3