9 lines
110 B
C++
9 lines
110 B
C++
#include "WS_Serial.h"
|
|
void Serial_Init()
|
|
{
|
|
if(RS485_CAN_Enable)
|
|
RS485_Init();
|
|
else
|
|
CAN_Init();
|
|
}
|