chargeController/APP/application/Src/comm.c

9 lines
82 B
C
Raw Normal View History

2024-12-06 09:38:25 +00:00
#include "comm.h"
void uart_comm(void)
{
GW485_comm();
BAT485_comm();
}