lpcmanager
Clone
Summary
Browse
Changes
Graph
Fix ProductID matching - was comparing product with arch.
som6
2020-11-17, Edouard Tisserant
b14d032ab0dc
Fix ProductID matching - was comparing product with arch.
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);