forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-04-30 ee3c90168f81ce19529904d80f9c9de4fed23bb8
Function/FLOW_METER_DATA_COLLECT/rs485_read_data.h
@@ -2,6 +2,7 @@
#define _RS485_READ_DATA_H_
#include "define_all.h"
#include "system_general_para.h"
#define RS485_SEND_NORMAL(__DATA__,__SIZE__)    UARTx_SendData_Normal(UART5,__DATA__,__SIZE__)
@@ -71,7 +72,7 @@
//extern __IO FlagStatus   rs485_pwr_delay_status_g; //¹©µçʱ¼äµ½´ï±êÖ¾
extern RS485_COM_UART_PARA_T   rs485_com_uart_data_g;
extern __IO RS485_COM_CTRL_PARA_T rs485_com_ctrl_pata_g;
void rs485ReadDataPro(void);
void rs485ReadDataPro(FUN_START_CTRL_PARA_T * sys_fun_run_ctrl_p);
#endif