Hello!
I am new to RobotC but I have had plenty of other programming experience.
I Imagine that this problem is probably a silly mistake, but my functions can't be called. When the are called the compiler throws a error.
For Example, this code:
Gives Me this compiler Message:
**Error**:Undefined procedure 'testing'.
**Error**:Too many parameters specified. Call to 'testing'. Parameter: 'N/A' is 'thistest' of type 'short'.
Every other Function I have tried gives my the same error.
Anyone Know Why?
Thanks!