Initial commit: my SECS2 project
This commit is contained in:
8
usr/bsp/bsp_print.h
Normal file
8
usr/bsp/bsp_print.h
Normal file
@@ -0,0 +1,8 @@
|
||||
#ifndef _BSP_PRINT_H_
|
||||
#define _BSP_PRINT_H_
|
||||
|
||||
#include "main.h"
|
||||
|
||||
void Debug_UartSend(u8 *pData,u16 Len);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user