You don't know how much time I'm investigating in this project.
So...why should I care?
How much time have I wasted trying to help you out?
But I also have to do lots of other things that I can't concentrate the whole time on only this project
Yeah, me too. I could be doing lots of other things rather than being conned into teaching you C programming.
Please don't be angry, I'm really thankful for your help!
Good...I'm glad you appreciate it.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
So the only problem is that underscore?
Errrr NO there are lots of problems....
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
I just have to change it like that: AS1130config(i, 2*j+1, Frames_Data[data]);
If you do that you are making the problem worse. (read my reply above again/properly)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
and then it's okay?
No...your attempt at compiling has many problems not the least of which is this one.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
or what do you still mean with 'calling it twice'?
AS1130_config(i, 2*j+1, Frames_Data[data]); <------FIRST CALL
data++;
AS1130_config(i,2*j, Frames_Data[data]); <-----SECOND CALL
data++;
It doesn't matter if you call it once or 1000 times...it still won't compile until you call a function that exists.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~