ARM reent stdout: Set unbuffered.

This commit is contained in:
Kelvin Lawson
2016-03-20 22:44:25 +00:00
parent 2f858283f1
commit e99d05582f

View File

@@ -78,6 +78,7 @@ static void thread_shell (void)
* if syscalls.s supported different output write functions.
*/
stdout = fopen ("/debuguart", "w");
setvbuf (stdout, 0, _IONBF, 0);
/**
* Enable interrupts - these will not be enabled when a thread