Quote:
Originally Posted by David Bryan
I took this working section out of user_routines.c and renamed part of it and placed it into user_routines_fast.c. It will not compile.
|
The error you got seems like one that is actually caused by a problem with the code before it not being complete, with a missing semicolon or close brace. It looks like you might have put it in the middle of one of the existing functions, instead of between them. Double-check to make sure the preceding function in user_routines_fast.c didn't get interfered with when you inserted your code.