remove spMutex, use atomic test&set instead

This commit is contained in:
Philippe Teuwen
2019-05-16 00:29:30 +02:00
parent d4c3d07701
commit b4e8be82f4
4 changed files with 27 additions and 22 deletions

View File

@@ -107,6 +107,6 @@ uint32_t uart_get_speed(const serial_port sp);
/* Reconfigure timeouts
*/
int uart_reconfigure_timeouts(serial_port sp, uint32_t value);
int uart_reconfigure_timeouts(uint32_t value);
#endif // _UART_H_