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 -1
View File
@@ -41,7 +41,7 @@
#include "rs485.h"
#include "ringbuf.h"
void main(void)
int main(void)
{
struct mstp_port_struct_t mstp_port; // port data
uint8_t my_mac = 0x05; // local MAC address
@@ -60,4 +60,6 @@ void main(void)
MSTP_Master_Node_FSM(&mstp_port);
}
return 0;
}