Hallo, gentlemen:
After a long time without programming in C, neither working with uC, now I've managed to have some time to start up a (not so) new design writing some code for it in AVRStudio 5 and ASF. I wish to add it to the contest, but I doubt I could finist it on time, even if I could finish it at all...
Now, to the question. When I try to compile it, the compiler complains about a prototype definition that I have in a drivers.h file, with the message "Parameter XXX has just a forward declaration". I don't have a clue of which is the cause of this problem.
The function is declared into Drivers.C, drivers.h is included into
Thank you very much in advance,