lpcmanager
Clone
Summary
Browse
Changes
Graph
LPCSVGHMI: handle orientation also for touchscreen
2021-07-27, Edouard Tisserant
3428927e744b
LPCSVGHMI: handle orientation also for touchscreen
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);