Skip to content
Snippets Groups Projects
Commit 634770be authored by Eric Brombaugh's avatar Eric Brombaugh
Browse files

tabs not spaces

parent 4d10bbd0
No related branches found
No related tags found
No related merge requests found
......@@ -931,9 +931,9 @@ int _write(int fd, const char *buf, int size)
int putchar(int c)
{
int timeout = 16000;
while( ((*DMDATA0) & 0x80) ) if( timeout-- == 0 ) return 0;
*DMDATA0 = 0x85 | ((const char)c<<8);
return 1;
while( ((*DMDATA0) & 0x80) ) if( timeout-- == 0 ) return 0;
*DMDATA0 = 0x85 | ((const char)c<<8);
return 1;
}
void SetupDebugPrintf()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment