Modified the MS/TP datalink on Linux to be able to run correctly as a datalink layer when built with the demos.

This commit is contained in:
skarg
2007-06-30 22:47:23 +00:00
parent 3ceed4535e
commit ade401f44b
4 changed files with 105 additions and 116 deletions
+1
View File
@@ -55,6 +55,7 @@ extern "C" {
volatile struct mstp_port_struct_t *mstp_port); /* port specific data */
uint32_t RS485_Get_Baud_Rate(void);
bool RS485_Set_Baud_Rate(uint32_t baud);
void RS485_Cleanup(void);
#ifdef __cplusplus
}