lpcmanager
Clone
Summary
Browse
Changes
Graph
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
11 months ago, Tomaz Orac
24326247f155
SVGHMI: disable SuppressBrowserOutput by default, since it's incompatible with Python 2 runtime.
pthread_mutex_lock(&UART_WakeCondLock);
UART_task_active = 0;
pthread_cond_signal(&UART_WakeCond);
pthread_mutex_unlock(&UART_WakeCondLock);
pthread_join(UART_task, NULL);
closeserial(UART_fd);