chargeController/APP/application/Src/comm.c

9 lines
82 B
C

#include "comm.h"
void uart_comm(void)
{
GW485_comm();
BAT485_comm();
}