8 lines
163 B
C
8 lines
163 B
C
|
|
#ifndef __DEBUG_CMD_H
|
||
|
|
#define __DEBUG_CMD_H
|
||
|
|
|
||
|
|
void Debug_Thread_Entry(void *parameter);
|
||
|
|
void DebugRxOverhandler(void);
|
||
|
|
void Debug_Printf(char *format, ...);
|
||
|
|
#endif
|