10 lines
146 B
C
10 lines
146 B
C
#ifndef _BSP_PRINT_H_
|
|
#define _BSP_PRINT_H_
|
|
|
|
#include "main.h"
|
|
|
|
void Debug_UartSend(u8 *pData,u16 Len);
|
|
void proto_modbus_print_1s(void);
|
|
|
|
#endif
|