mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-24 00:33:14 +01:00
Compare commits
1 Commits
release1.1
...
release1.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
18ffc47807 |
@@ -67,7 +67,10 @@ char putchar (char c)
|
||||
/* Loop until the end of transmission */
|
||||
while (UART2_GetFlagStatus(UART2_FLAG_TXE) == RESET)
|
||||
;
|
||||
|
||||
|
||||
/* Return mutex access */
|
||||
atomMutexPut(&uart_mutex);
|
||||
|
||||
}
|
||||
|
||||
return (c);
|
||||
|
||||
Reference in New Issue
Block a user