9 lines
82 B
C
9 lines
82 B
C
|
|
||
|
#include "comm.h"
|
||
|
|
||
|
void uart_comm(void)
|
||
|
{
|
||
|
GW485_comm();
|
||
|
BAT485_comm();
|
||
|
}
|