Fixed up compiler warnings about missing definition and such.

This commit is contained in:
akchu
2004-10-03 16:23:12 +00:00
parent b27c45d756
commit 4aa922fe63
3 changed files with 35 additions and 1 deletions
+3
View File
@@ -224,6 +224,9 @@ struct mstp_port_struct_t
// At 9600 baud, 40 bit times would be about 4.166 milliseconds
#define Tturnaround 40;
void MSTP_Init(
struct mstp_port_struct_t *mstp_port,
uint8_t this_station_mac);
void MSTP_Millisecond_Timer(struct mstp_port_struct_t *mstp_port);
void MSTP_Receive_Frame_FSM(struct mstp_port_struct_t *mstp_port);
void MSTP_Master_Node_FSM(struct mstp_port_struct_t *mstp_port);