lpcmanager
Clone
Summary
Browse
Changes
Graph
Override beremiz' util.paths.ThirdParty call to allow per-arch sub-directories in fieldbus stacks
2021-05-12, Edouard Tisserant
35fed58ca638
Override beremiz' util.paths.ThirdParty call to allow per-arch sub-directories in fieldbus stacks
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);