lpcmanager
Clone
Summary
Browse
Changes
Graph
Use eRPC's extendedCalls for "CheckProductID" and "GetVersions".
19 months ago, Edouard Tisserant
cc9644b8e7e2
Use eRPC's extendedCalls for "CheckProductID" and "GetVersions".
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);