lpcmanager
Clone
Summary
Browse
Changes
Graph
Fixed order of creating modules. first must be created pool then all others ussing pool module.
2017-02-10, dporopat
cc01080da6d8
Fixed order of creating modules. first must be created pool then all others ussing pool module.
rt_task_delete(&UART_task);
rt_task_join(&UART_task);
closeserial(UART_fd);
gpio_close(RS485_GPIO_dev);
rt_mutex_delete(&UART_WriteMutex);
rt_mutex_delete(&UART_ReadMutex);