12 lines
121 B
C
12 lines
121 B
C
|
|
||
|
#ifndef BL_COMM_H_
|
||
|
#define BL_COMM_H_
|
||
|
|
||
|
#include "comm_types.h"
|
||
|
|
||
|
|
||
|
void GW485_comm(void);
|
||
|
void BAT485_comm(void);
|
||
|
|
||
|
|
||
|
#endif
|