cleaned up some warnings and errors when compiled for MS/TP on Linux
This commit is contained in:
@@ -58,10 +58,13 @@ extern "C" {
|
||||
|
||||
void RS485_Check_UART_Data(
|
||||
volatile struct mstp_port_struct_t *mstp_port); /* port specific data */
|
||||
uint32_t RS485_Get_Port_Baud_Rate(
|
||||
volatile struct mstp_port_struct_t *mstp_port);
|
||||
uint32_t RS485_Get_Baud_Rate(
|
||||
void);
|
||||
bool RS485_Set_Baud_Rate(
|
||||
uint32_t baud);
|
||||
|
||||
void RS485_Cleanup(
|
||||
void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user