- cleaned

git-svn-id: http://moon:8086/svn/mips@80 a8ebac50-d88d-4704-bea3-6648445a41b3
This commit is contained in:
2017-01-14 15:10:39 +00:00
parent 2bc3668020
commit b11c98a70f
4 changed files with 123 additions and 128 deletions
+4
View File
@@ -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);
}