Updated code to compile on MPLAB C18 v2.44 compiler.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user