Hi! Somewhat new to programming, and I am struggling to compile my program onto my robot.
Here is an example of the error appearing next to “void autonomous( void ) {”
cannot combine with previous ‘type-name’ specifier
Please help me. I don’t know what to do to fix it.
Here is the autonomous and user control code copied directly from the program. We do not have autonomous yet:
"/---------------------------------------------------------------------------/
/* /
/ Autonomous Task /
//
/ This task is used to control your robot during the autonomous phase of /
/ a VEX Competition. /
//
/ You must modify the code to add your own robot specific commands here. /
/---------------------------------------------------------------------------*/
/----------------------------------------------------------------------------/
/* /
/ User Control Task /
//
/ This task is used to control your robot during the user control phase of /
/ a VEX Competition. /
//
/ You must modify the code to add your own robot specific commands here. /
/----------------------------------------------------------------------------*/