I had completed my code and when I compiled it I received a compiler error. It reads " Error:Task ‘autonomous’ is not defined at global scope level" and
“Error:Task ‘usercontrol’ is not defined at global scope level”. I have never encountered this error, and its not addressed in the help bar. I don’t know how to fix it, any help would be appreciated!
My first guess would be that you copied the definitions for task autonomous and task userControl inside of task main, or another function. Would you be able to submit the code that’s giving you this error (using the
tags on the forum) so that we may see if this is the case?
Thank you in advance!