mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +01:00
ARM reent stdout: Set unbuffered.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user