lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed build error caused by change in the way to define GPIOs in per-product include in merged branch.
2021-04-14, Edouard Tisserant
69ba9a030614
Fixed build error caused by change in the way to define GPIOs in per-product include in merged branch.
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);