Updated code to compile on MPLAB C18 v2.44 compiler.

This commit is contained in:
skarg
2005-09-29 19:28:18 +00:00
parent b15fdebd83
commit c45d61b9e2
13 changed files with 144 additions and 104 deletions
+2 -2
View File
@@ -55,7 +55,7 @@ static void Check_Timer_Milliseconds(void)
}
int main(void)
void main(void)
{
init_hardware();
RS485_Initialize();
@@ -81,5 +81,5 @@ int main(void)
}
return 0;
return;
}