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