gateway/Software/inc/thread.h

18 lines
252 B
C
Raw Normal View History

2024-07-13 02:22:47 +00:00
/*
* Rs485.h
*
* Created on: 2024<EFBFBD><EFBFBD>5<EFBFBD><EFBFBD>18<EFBFBD><EFBFBD>
* Author: 34509
*/
#ifndef SOFTWARE_THREAD_RS485_H_
#define SOFTWARE_THREAD_RS485_H_
2024-07-13 03:43:10 +00:00
#include "communication_protocol.h"
2024-07-13 02:22:47 +00:00
2024-07-15 09:22:55 +00:00
void UartRecv_thread_Init(void);
2024-07-13 02:22:47 +00:00
#endif /* SOFTWARE_THREAD_RS485_H_ */