![]() |
problem with void Process_Data_From_Local_IO
ok, this has been sort of annoying, mplab says that there is a syntax error in this line void Process_Data_From_Local_IO(void) this to me makes no sense whatsoever. also, it says that there is a syntax error on the last line of the program which is completly blank. here is the problem code
Code:
/******************************************************************************* |
Re: problem with void Process_Data_From_Local_IO
Quote:
You have one too many closing brackets "}" in this routine, but it doesn't complain, so I'd say you have too many open brackets "{" earlier in the file. That would explain why you get an error message about "void Process_Data..." The error message on the last line usually means the compiler cannot resolve an earlier problem (such as too many open brackets). |
Re: problem with void Process_Data_From_Local_IO
thanks, i belive it was caused by a missing bracket in case 4 in the autonomus section
|
| All times are GMT -5. The time now is 13:22. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi