#ifndef BL_COMM_H_
#define BL_COMM_H_
#include "comm_types.h"
void GW485_comm(void);
void BAT485_comm(void);
#endif