初版
This commit is contained in:
@@ -0,0 +1,30 @@
|
||||
#include "includes.h"
|
||||
|
||||
#if (CONFIG_UART_DEBUG_ENABLE == 0)
|
||||
void putchar(char a)
|
||||
{
|
||||
}
|
||||
|
||||
void putbyte(char a)
|
||||
{
|
||||
}
|
||||
|
||||
int puts(const char *out)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
void put_u32hex(unsigned int dat)
|
||||
{
|
||||
}
|
||||
|
||||
void put_buf(const u8 *buf, int len)
|
||||
{
|
||||
}
|
||||
|
||||
int printf(const char *format, ...)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
#endif /* #if (CONFIG_UART_DEBUG_ENABLE == 0) */
|
||||
Reference in New Issue
Block a user