Merge in Windows port using mingw and make.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
void
|
||||
uartputs(char *s, int n)
|
||||
{
|
||||
write(1, s, n);
|
||||
// write(1, s, n);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user