|
Re: Help with error please ? could not find definition of symbol 'Serial_Char_Callbac
I got this error when I tried to drop in Kevin Watson's user_routines_fast.c (for his encoder interrupt module) as a replacement for the file already in my team's version of the default code. I don't remember what version of the code it is, I just know it had a separate file for serial communications.
Anyway, I looked at the original user_routines_fast.c and saw it had an empty function defined to satisfy that requirement, so I just copied it over to the new one and it worked fine.
|