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 | 8 ++++++++ 1 files changed, 8 insertions(+), 0 deletions(-) diff --git a/KEIL_MDKARM/Objects/valve_control.d b/KEIL_MDKARM/Objects/valve_control.d index f347c32..b917746 100644 --- a/KEIL_MDKARM/Objects/valve_control.d +++ b/KEIL_MDKARM/Objects/valve_control.d @@ -41,8 +41,16 @@ .\objects\valve_control.o: ..\Drivers\fm33a0xxev_et.h .\objects\valve_control.o: ..\Drivers\fm33a0xxev_vrtc.h .\objects\valve_control.o: ..\Drivers\fm33a0xxev_cdif.h +.\objects\valve_control.o: D:\Program Files\MDK5\ARM\ARMCC\Bin\..\include\stdlib.h .\objects\valve_control.o: D:\Program Files\MDK5\ARM\ARMCC\Bin\..\include\string.h .\objects\valve_control.o: ..\Core\bintohex.h .\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: ..\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