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