- cleaned
git-svn-id: http://moon:8086/svn/mips@80 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
@@ -84,6 +84,10 @@ void dbg_uart_isr(struct xcptcontext *xcp)
|
||||
|
||||
void dbg_putchar(char c)
|
||||
{
|
||||
if (c == 0x0A)
|
||||
{
|
||||
writechar(4, 0x0D);
|
||||
}
|
||||
writechar(4, c);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user